set define '^' Rem Rem MODIFIED (MM/DD/YYYY) Rem jstraub 04/16/2009 - Created patch file for bug (8371342) declare p varchar2(32767) := null; begin wwv_flow_security.g_security_group_id := 10; p := 'return ''  ''||wwv_flow_lang.system_message(''MANAGE_UNASSIGNED'')||'' '';'; update wwv_flow_step_items set source = p where flow_id between 4000 and 4009 and flow_step_id >= 1 and flow_step_id < 1 + 1 and id >= 89490519165016760 and id < 89490519165016760 + 1; commit; end; /