DBA Data[Home] [Help]

APPS.PO_APPROVAL_ACTION dependencies on WF_CORE

Line 76: wf_core.context('PO_APPROVAL_ACTION','req_state_check_approve',x_progress);

72:
73: EXCEPTION
74:
75: WHEN OTHERS THEN
76: wf_core.context('PO_APPROVAL_ACTION','req_state_check_approve',x_progress);
77: raise;
78:
79: end;
80:

Line 218: wf_core.context('PO_APPROVAL_ACTION','po_state_check_approve',x_progress);

214:
215: EXCEPTION
216:
217: WHEN OTHERS THEN
218: wf_core.context('PO_APPROVAL_ACTION','po_state_check_approve',x_progress);
219: raise;
220:
221: end;
222:

Line 629: wf_core.context('PO_APPROVAL_ACTION','req_complete_check',x_progress);

625: return('N');
626: EXCEPTION
627:
628: WHEN OTHERS THEN
629: wf_core.context('PO_APPROVAL_ACTION','req_complete_check',x_progress);
630: raise;
631:
632: end;
633:

Line 693: wf_core.context('PO_APPROVAL_ACTION','get_online_report_text',x_progress);

689:
690: EXCEPTION
691:
692: WHEN OTHERS THEN
693: wf_core.context('PO_APPROVAL_ACTION','get_online_report_text',x_progress);
694: raise;
695:
696: END get_online_report_text;
697: