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 676: wf_core.context('PO_APPROVAL_ACTION','req_complete_check',x_progress);

672: return('N');
673: EXCEPTION
674:
675: WHEN OTHERS THEN
676: wf_core.context('PO_APPROVAL_ACTION','req_complete_check',x_progress);
677: raise;
678:
679: end;
680:

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

736:
737: EXCEPTION
738:
739: WHEN OTHERS THEN
740: wf_core.context('PO_APPROVAL_ACTION','get_online_report_text',x_progress);
741: raise;
742:
743: END get_online_report_text;
744: