DBA Data[Home] [Help]

APPS.PO_CLOSEOUT_PVT dependencies on FND_PROFILE

Line 13: g_po_wf_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_SET_DEBUG_WORKFLOW_ON'),'N');

9: g_CLOSEOUT_TYPE_INDIVIDUAL CONSTANT VARCHAR2(30) := 'INDIVIDUAL';
10: g_CLOSEOUT_TYPE_MASS CONSTANT VARCHAR2(30) := 'MASS';
11:
12: -- Read the profile option that enables/disables the debug log
13: g_po_wf_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_SET_DEBUG_WORKFLOW_ON'),'N');
14:
15:
16: --------------------------------------------------------------------------------
17: --Start of Comments