DBA Data[Home] [Help]

APPS.PO_CHORD_WF4 dependencies on PO_CHORD_WF4

Line 1: PACKAGE BODY PO_CHORD_WF4 AS

1: PACKAGE BODY PO_CHORD_WF4 AS
2: /* $Header: POXWCO4B.pls 120.2 2006/03/08 16:34:56 dreddy noship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_po_wf_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_SET_DEBUG_WORKFLOW_ON'),'N');

Line 44: wf_core.context('POAPPRV', 'po_chord_wf4.chord_dist', 'others');

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

Line 916: END PO_CHORD_WF4;

912:
913: END;
914:
915:
916: END PO_CHORD_WF4;