DBA Data[Home] [Help]

APPS.POS_WF_PO_ACKNOWLEDGE dependencies on WF_CORE

Line 54: wf_core.context('POS_WF_PO_ACKNOWLEDGE','acceptance_required',x_progress);

50: result := 'COMPLETE:' || nvl(x_acceptance_flag, 'N');
51:
52: exception
53: WHEN OTHERS THEN
54: wf_core.context('POS_WF_PO_ACKNOWLEDGE','acceptance_required',x_progress);
55: raise;
56: end;
57:
58: --

Line 92: wf_core.context('POS_WF_PO_ACKNOWLEDGE','Register_acceptance',x_progress);

88: Insert_Acc_Rejection_Row(itemtype, itemkey, actid, 'Y');
89:
90: EXCEPTION
91: WHEN OTHERS THEN
92: wf_core.context('POS_WF_PO_ACKNOWLEDGE','Register_acceptance',x_progress);
93: raise;
94: end;
95:
96: --

Line 130: wf_core.context('POS_WF_PO_ACKNOWLEDGE','Register_rejection',x_progress);

126: Insert_Acc_Rejection_Row(itemtype, itemkey, actid, 'N');
127:
128: EXCEPTION
129: WHEN OTHERS THEN
130: wf_core.context('POS_WF_PO_ACKNOWLEDGE','Register_rejection',x_progress);
131: raise;
132: end;
133:
134: --

Line 238: wf_core.context('POS_WF_PO_ACKNOWLEDGE','Initialize_Attributes',x_progress);

234: avalue => 'PLSQL:POS_WF_PO_COMMON_APIS.GET_PO_DETAILS_URL/' ||
235: itemtype || ':' || itemkey);
236: EXCEPTION
237: WHEN OTHERS THEN
238: wf_core.context('POS_WF_PO_ACKNOWLEDGE','Initialize_Attributes',x_progress);
239: raise;
240: end;
241:
242:

Line 420: wf_core.context('POS_WF_PO_ACKNOWLEDGE','abort_notifications',x_progress);

416: end if;
417:
418: EXCEPTION
419: WHEN OTHERS THEN
420: wf_core.context('POS_WF_PO_ACKNOWLEDGE','abort_notifications',x_progress);
421: raise;
422: end;
423:
424: --