DBA Data[Home] [Help]

APPS.PO_CHORD_WF2 dependencies on WF_CORE

Line 44: wf_core.context('POAPPRV', 'po_chord_wf2.chord_lines', 'others');

40:
41: EXCEPTION
42:
43: WHEN OTHERS THEN
44: wf_core.context('POAPPRV', 'po_chord_wf2.chord_lines', 'others');
45: RAISE;
46:
47: END;
48:

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

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