DBA Data[Home] [Help]

APPS.GME_RESERVE_CONC dependencies on WF_CORE

Line 861: wf_core.context('CTO_WORKFLOW', 'set_parameter_work_order_wf',

857: to_char(l_stmt_num) );
858: END IF;
859: OE_STANDARD_WF.Save_Messages;
860: OE_STANDARD_WF.Clear_Msg_Context;
861: wf_core.context('CTO_WORKFLOW', 'set_parameter_work_order_wf',
862: p_itemtype, p_itemkey, to_char(p_actid), p_funcmode);
863: raise;
864:
865:

Line 880: wf_core.context('CTO_WORKFLOW', 'set_parameter_work_order_wf',

876: oe_debug_pub.add('set_parameter_work_order_wf: ' || 'CTO_WORKFLOW.set_parameter_for_wf: '
877: || to_char(l_stmt_num) || ':' ||
878: substrb(sqlerrm, 1, 100));
879: END IF;
880: wf_core.context('CTO_WORKFLOW', 'set_parameter_work_order_wf',
881: p_itemtype, p_itemkey, to_char(p_actid),
882: p_funcmode);
883:
884: raise;