DBA Data[Home] [Help]

APPS.POR_UTIL_PKG dependencies on FND_PROFILE

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

1: PACKAGE BODY POR_UTIL_PKG AS
2: /* $Header: PORUTILB.pls 120.28.12010000.2 2008/08/02 14:39:53 kkram 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');
6: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
7:
8: -- Logging Static Variables
9: G_CURRENT_RUNTIME_LEVEL NUMBER;

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

2: /* $Header: PORUTILB.pls 120.28.12010000.2 2008/08/02 14:39:53 kkram 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');
6: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
7:
8: -- Logging Static Variables
9: G_CURRENT_RUNTIME_LEVEL NUMBER;
10: G_LEVEL_UNEXPECTED CONSTANT NUMBER := FND_LOG.LEVEL_UNEXPECTED;

Line 368: FND_PROFILE.GET('HR_TREAT_CWK_AS_EMP', l_cwk_profile);

364:
365: l_progress := '010';
366:
367: --Bug 6430410 R12 CWK Enhancemment start
368: FND_PROFILE.GET('HR_TREAT_CWK_AS_EMP', l_cwk_profile);
369:
370: l_progress := '020';
371: IF l_cwk_profile = 'N' then
372: l_progress := '030';

Line 860: fnd_profile.get('POR_SSP_VERSION', l_version);

856: null,
857: null );
858: --dbms_output.put_line('URL : ' || l_url);
859:
860: fnd_profile.get('POR_SSP_VERSION', l_version);
861: if l_version = '5' then
862:
863: -- Bug 1253957: use window.top.location, so no new window will open up.
864: