DBA Data[Home] [Help]

APPS.PA_RLMI_RBS_MAP_PUB dependencies on FND_PROFILE

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

1734:
1735: --- Initialize the error statck
1736: PA_DEBUG.init_err_stack ('PA_RLMI_RBS_MAP_PUB.Map_Rlmi_Rbs');
1737:
1738: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);
1739: g_debug_flag := NVL(g_debug_flag, 'N');
1740:
1741: /* Bug fix: 4345057 */
1742: If NVL(g_debug_flag,'N') = 'Y' Then

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

2292: x_msg_count := Null;
2293: --- Initialize the error statck
2294: PA_DEBUG.init_err_stack ('PA_RLMI_RBS_MAP_PUB.Map_Rlmi_Rbs');
2295:
2296: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);
2297: g_debug_flag := NVL(g_debug_flag, 'N');
2298:
2299: /* Bug fix: 4345057 */
2300: If NVL(g_debug_flag,'N') = 'Y' Then

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

2949:
2950: --- Initialize the error statck
2951: PA_DEBUG.init_err_stack ('PA_RLMI_RBS_MAP_PUB.Push_RBS_Version');
2952:
2953: fnd_profile.get('PA_DEBUG_MODE',g_debug_flag);
2954: g_debug_flag := NVL(g_debug_flag, 'N');
2955:
2956: /* Initialize the msg stack */
2957: FND_MSG_PUB.initialize;