DBA Data[Home] [Help]

APPS.PO_CHORD_WF2 dependencies on PO_CHORD_WF2

Line 1: PACKAGE BODY PO_CHORD_WF2 AS

1: PACKAGE BODY PO_CHORD_WF2 AS
2: /* $Header: POXWCO2B.pls 120.4 2006/03/30 15:44:43 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_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 1300: END PO_CHORD_WF2;

1296: '*** Finished: debug_lines_control ***');
1297: END IF;
1298: END;
1299:
1300: END PO_CHORD_WF2;