DBA Data[Home] [Help]

APPS.PA_COST1 dependencies on FND_PROFILE

Line 148: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);

144: BEGIN
145: --- Initialize the error statck
146: IF ( g_debug_flag IS NULL )
147: Then
148: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);
149: g_debug_flag := NVL(g_debug_flag, 'N');
150: End If;
151: l_debug_flag := NVL(g_debug_flag,'N');
152: IF ( l_debug_flag = 'Y' )

Line 673: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);

669: x_return_status := 'S';
670:
671: --- Initialize the error statck
672: If g_debug_flag is NULL Then
673: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);
674: g_debug_flag := NVL(g_debug_flag, 'N');
675: End If;
676: l_debug_flag := NVL(g_debug_flag,'N');
677: IF l_debug_flag = 'Y' Then

Line 1921: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);

1917:
1918: BEGIN
1919: --- Initialize the error statck
1920: If g_debug_flag is NULL Then
1921: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);
1922: g_debug_flag := NVL(g_debug_flag, 'N');
1923: End If;
1924: l_debug_flag := NVL(g_debug_flag,'N');
1925: IF l_debug_flag = 'Y' Then

Line 2130: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);

2126: BEGIN
2127:
2128: --- Initialize the error statck
2129: If g_debug_flag is NULL Then
2130: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);
2131: g_debug_flag := NVL(g_debug_flag, 'N');
2132: End If;
2133: l_debug_flag := NVL(g_debug_flag,'N');
2134: IF l_debug_flag = 'Y' Then

Line 2706: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);

2702:
2703: BEGIN
2704: --- Initialize the error statck
2705: If g_debug_flag is NULL Then
2706: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);
2707: g_debug_flag := NVL(g_debug_flag, 'N');
2708: End If;
2709: l_debug_flag := NVL(g_debug_flag,'N');
2710: If l_debug_flag = 'Y' Then