DBA Data[Home] [Help]

APPS.PO_CONTERMS_WF_PVT dependencies on FND_PROFILE

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

2: /* $Header: POXVWCTB.pls 120.5 2011/12/12 09:23:45 ssindhe ship $ */
3:
4: --< CONTERMS FPJ Start>
5: -- Get profile option that enables/disables the debug log for workflow
6: g_po_wf_debug CONSTANT VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_SET_DEBUG_WORKFLOW_ON'),'N');
7: -- Read the profile option that enables/disables the debug log
8: g_fnd_debug CONSTANT VARCHAR2(1) := NVL (FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
9:
10: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_CONTEMRS_WF_PVT';

Line 8: g_fnd_debug CONSTANT VARCHAR2(1) := NVL (FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');

4: --< CONTERMS FPJ Start>
5: -- Get profile option that enables/disables the debug log for workflow
6: g_po_wf_debug CONSTANT VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_SET_DEBUG_WORKFLOW_ON'),'N');
7: -- Read the profile option that enables/disables the debug log
8: g_fnd_debug CONSTANT VARCHAR2(1) := NVL (FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
9:
10: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_CONTEMRS_WF_PVT';
11: g_module_prefix CONSTANT VARCHAR2(50) := 'po.plsql.'||g_pkg_name||'.';
12: