DBA Data[Home] [Help]

APPS.PO_CHORD_WF1 dependencies on PO_CHORD_WF1

Line 1: PACKAGE BODY PO_CHORD_WF1 AS

1: PACKAGE BODY PO_CHORD_WF1 AS
2: /* $Header: POXWCO1B.pls 120.6 2008/02/21 22:03:00 jburugul ship $ */
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 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 1203: END PO_CHORD_WF1;

1199: '*** Finished: debug_header_control ***');
1200: END IF;
1201: END;
1202:
1203: END PO_CHORD_WF1;