DBA Data[Home] [Help]

APPS.PA_PPR_ROLLUP_PVT dependencies on FND_PROFILE

Line 997: fnd_profile.get('PA_DEBUG_MODE',G_debug_mode);

993: begin
994:
995: pa_debug.init_err_stack('PA_ppr_rollup_PVT.plan_rollup');
996:
997: fnd_profile.get('PA_DEBUG_MODE',G_debug_mode);
998: G_debug_mode := NVL(g_debug_mode, 'N');
999:
1000: pa_debug.set_process('PLSQL','LOG',G_debug_mode);
1001: