DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_LAUNCH dependencies on WF_CORE

Line 71: WF_CORE.context('PO_REQAPPROVAL_LAUNCH' , 'Launch_CreatePO_WF', itemtype, itemkey,x_progress);

67: EXCEPTION
68: WHEN OTHERS THEN
69: l_doc_string := PO_REQAPPROVAL_INIT1.get_error_doc(itemType, itemkey);
70: l_preparer_user_name := PO_REQAPPROVAL_INIT1.get_preparer_user_name(itemType, itemkey);
71: WF_CORE.context('PO_REQAPPROVAL_LAUNCH' , 'Launch_CreatePO_WF', itemtype, itemkey,x_progress);
72: PO_REQAPPROVAL_INIT1.send_error_notif(itemType, itemkey, l_preparer_user_name, l_doc_string, sqlerrm, 'PO_REQAPPROVAL_LAUNCH.LAUNCH_CREATEPO_WF');
73: raise;
74:
75: END Launch_CreatePO_WF;

Line 129: wf_core.context('PO_REQAPPROVAL_LAUNCH','LaunchCreatePOWF',

125:
126: EXCEPTION
127:
128: WHEN OTHERS THEN
129: wf_core.context('PO_REQAPPROVAL_LAUNCH','LaunchCreatePOWF',
130: x_progress);
131: raise;
132:
133:

Line 280: wf_core.context('PO_REQAPPROVAL_LAUNCH','CreateWFInstance',

276:
277: EXCEPTION
278:
279: WHEN OTHERS THEN
280: wf_core.context('PO_REQAPPROVAL_LAUNCH','CreateWFInstance',
281: x_progress);
282: raise;
283:
284:

Line 555: WF_CORE.context('PO_REQAPPROVAL_LAUNCH',

551: itemkey => p_itemkey,
552: x_progress => 'Exception in Selector');
553: END IF;
554:
555: WF_CORE.context('PO_REQAPPROVAL_LAUNCH',
556: 'POREQ_SELECTOR',
557: p_itemtype,
558: p_itemkey,
559: p_actid,