DBA Data[Home] [Help]

APPS.PA_RLMI_RBS_MAP_PUB dependencies on FND_PROFILE

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

1520:
1521: --- Initialize the error statck
1522: PA_DEBUG.init_err_stack ('PA_RLMI_RBS_MAP_PUB.Map_Rlmi_Rbs');
1523:
1524: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);
1525: g_debug_flag := NVL(g_debug_flag, 'N');
1526:
1527: /* Bug fix: 4345057 */
1528: If NVL(g_debug_flag,'N') = 'Y' Then

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

2063: x_msg_count := Null;
2064: --- Initialize the error statck
2065: PA_DEBUG.init_err_stack ('PA_RLMI_RBS_MAP_PUB.Map_Rlmi_Rbs');
2066:
2067: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);
2068: g_debug_flag := NVL(g_debug_flag, 'N');
2069:
2070: /* Bug fix: 4345057 */
2071: If NVL(g_debug_flag,'N') = 'Y' Then

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

2668:
2669: --- Initialize the error statck
2670: PA_DEBUG.init_err_stack ('PA_RLMI_RBS_MAP_PUB.Push_RBS_Version');
2671:
2672: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);
2673: g_debug_flag := NVL(g_debug_flag, 'N');
2674:
2675: /* Initialize the msg stack */
2676: FND_MSG_PUB.initialize;