DBA Data[Home] [Help]

APPS.GME_RESERVE_CONC dependencies on WF_CORE

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

839: to_char(l_stmt_num) );
840: END IF;
841: OE_STANDARD_WF.Save_Messages;
842: OE_STANDARD_WF.Clear_Msg_Context;
843: wf_core.context('CTO_WORKFLOW', 'set_parameter_work_order_wf',
844: p_itemtype, p_itemkey, to_char(p_actid), p_funcmode);
845: raise;
846:
847:

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

858: oe_debug_pub.add('set_parameter_work_order_wf: ' || 'CTO_WORKFLOW.set_parameter_for_wf: '
859: || to_char(l_stmt_num) || ':' ||
860: substrb(sqlerrm, 1, 100));
861: END IF;
862: wf_core.context('CTO_WORKFLOW', 'set_parameter_work_order_wf',
863: p_itemtype, p_itemkey, to_char(p_actid),
864: p_funcmode);
865:
866: raise;