set define '^' Rem Rem MODIFIED (MM/DD/YYYY) Rem hfarrell 05/05/2009 - Created patch file for bug (8486277) begin wwv_flow_security.g_security_group_id := 10; update wwv_flow_step_items set item_default = 'if wwv_mig_frm_utilities.trigger_parse_block_sql(:MW_PROJ_ID, :P77_ID, :MW_SCHEMA) is null then'||chr(10)|| ' return ''ORIGINAL'' ;'||chr(10)|| 'else'||chr(10)|| ' return ''ENHANCED'' ;'||chr(10)|| 'end if;' where flow_id between 4400 and 4409 and flow_step_id >= 77 and flow_step_id < 77 + 1 and id >= 69215629751273824 and id < 69215629751273824 + 1; commit; end; /