DBA Data[Home] [Help]

APPS.PO_CHORD_WF3 dependencies on PO_CHORD_WF3

Line 1: PACKAGE BODY PO_CHORD_WF3 AS

1: PACKAGE BODY PO_CHORD_WF3 AS
2: /* $Header: POXWCO3B.pls 120.9 2006/04/14 11:36:34 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_wf3.chord_shipments', 'others');

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

Line 1564: END PO_CHORD_WF3;

1560: '*** Finished: debug_shipments_control ***');
1561: END IF;
1562: END;
1563:
1564: END PO_CHORD_WF3;