DBA Data[Home] [Help]

APPS.PA_BUDGETARY_CONTROLS_PKG dependencies on FND_PROFILE

Line 313: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

309:
310: FND_MSG_PUB.initialize;
311:
312:
313: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
314: l_debug_mode := NVL(l_debug_mode, 'N');
315:
316: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
317:

Line 607: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

603:
604: -- Setting debug variables
605: PA_DEBUG.init_err_stack('PA_BUDGETARY_CONTROLS_PKG.BUD_CTRL_CREATE');
606: FND_MSG_PUB.initialize; --PLSQL Message stack is initialized
607: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
608: l_debug_mode := NVL(l_debug_mode, 'N');
609: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
610:
611:

Line 756: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

752:
753: FND_MSG_PUB.initialize;
754:
755:
756: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
757: l_debug_mode := NVL(l_debug_mode, 'N');
758:
759: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
760: