DBA Data[Home] [Help]

APPS.PO_CHORD_WF1 dependencies on WF_CORE

Line 62: wf_core.context('POAPPRV', 'po_chord_wf1.chord_hd', 'others');

58:
59: EXCEPTION
60:
61: WHEN OTHERS THEN
62: wf_core.context('POAPPRV', 'po_chord_wf1.chord_hd', 'others');
63: RAISE;
64:
65: END;
66:

Line 666: wf_core.context('POAPPRV', 'check_header_change', 'others');

662:
663: EXCEPTION
664:
665: WHEN OTHERS THEN
666: wf_core.context('POAPPRV', 'check_header_change', 'others');
667: RAISE;
668:
669: END;
670:

Line 838: wf_core.context('POAPPRV', 'po_total_change', 'others');

834:
835: EXCEPTION
836:
837: WHEN OTHERS THEN
838: wf_core.context('POAPPRV', 'po_total_change', 'others');
839:
840: END;
841:
842:

Line 1133: wf_core.context('POAPPRV', 'get_wf_headers_paramters', 'others');

1129:
1130: EXCEPTION
1131:
1132: WHEN OTHERS THEN
1133: wf_core.context('POAPPRV', 'get_wf_headers_paramters', 'others');
1134: RAISE;
1135:
1136: END;
1137: