DBA Data[Home] [Help]

APPS.PA_OPPORTUNITY_MGT_PVT dependencies on FND_PROFILE

Line 68: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');

64: BEGIN
65: x_return_status := FND_API.G_RET_STS_SUCCESS;
66:
67: --Bug:4469336 Added for avoiding blind calls to pa_debug.write and pa_debug.write_file
68: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');
69: --Bug:4469336
70:
71: --Bug:4469336. Added the if condition for avoiding blind calls to pa_debug.write and pa_debug.write_file
72: IF l_debug_mode = 'Y' then

Line 478: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');

474: BEGIN
475: x_return_status := FND_API.G_RET_STS_SUCCESS;
476:
477: --Bug:4469336 Added for avoiding blind calls to pa_debug.write and pa_debug.write_file
478: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');
479: --Bug:4469336
480:
481: OPEN c1;
482: FETCH c1 INTO v_c1;

Line 856: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');

852:
853: BEGIN
854:
855: --Bug:4469336 Added for avoiding blind calls to pa_debug.write and pa_debug.write_file
856: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');
857: --Bug:4469336
858:
859: OPEN c1;
860: FETCH c1 INTO v_c1;

Line 911: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');

907:
908: BEGIN
909:
910: --Bug:4469336 Added for avoiding blind calls to pa_debug.write and pa_debug.write_file
911: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');
912: --Bug:4469336
913:
914: OPEN c1;
915: FETCH c1 INTO v_c1;