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 645: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);

641: x_return_status := 'S';
642:
643: --- Initialize the error statck
644: If g_debug_flag is NULL Then
645: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);
646: g_debug_flag := NVL(g_debug_flag, 'N');
647: End If;
648: l_debug_flag := NVL(g_debug_flag,'N');
649: IF l_debug_flag = 'Y' Then

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

1605:
1606: BEGIN
1607: --- Initialize the error statck
1608: If g_debug_flag is NULL Then
1609: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);
1610: g_debug_flag := NVL(g_debug_flag, 'N');
1611: End If;
1612: l_debug_flag := NVL(g_debug_flag,'N');
1613: IF l_debug_flag = 'Y' Then

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

1814: BEGIN
1815:
1816: --- Initialize the error statck
1817: If g_debug_flag is NULL Then
1818: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);
1819: g_debug_flag := NVL(g_debug_flag, 'N');
1820: End If;
1821: l_debug_flag := NVL(g_debug_flag,'N');
1822: IF l_debug_flag = 'Y' Then

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

2390:
2391: BEGIN
2392: --- Initialize the error statck
2393: If g_debug_flag is NULL Then
2394: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);
2395: g_debug_flag := NVL(g_debug_flag, 'N');
2396: End If;
2397: l_debug_flag := NVL(g_debug_flag,'N');
2398: If l_debug_flag = 'Y' Then