DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_LAUNCH dependencies on WF_CORE

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

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

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

119:
120: EXCEPTION
121:
122: WHEN OTHERS THEN
123: wf_core.context('PO_REQAPPROVAL_LAUNCH','LaunchCreatePOWF',
124: x_progress);
125: raise;
126:
127:

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

249:
250: EXCEPTION
251:
252: WHEN OTHERS THEN
253: wf_core.context('PO_REQAPPROVAL_LAUNCH','CreateWFInstance',
254: x_progress);
255: raise;
256:
257:

Line 528: WF_CORE.context('PO_REQAPPROVAL_LAUNCH',

524: itemkey => p_itemkey,
525: x_progress => 'Exception in Selector');
526: END IF;
527:
528: WF_CORE.context('PO_REQAPPROVAL_LAUNCH',
529: 'POREQ_SELECTOR',
530: p_itemtype,
531: p_itemkey,
532: p_actid,