1125:
1126: PA_DEBUG.set_curr_function
1127: ('PA_FUNDS_CONTROL_PKG1.create_unrrsvd_lines');
1128:
1129: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1130: l_debug_mode := NVL(l_debug_mode, 'N');
1131:
1132: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
1133: ,x_write_file => 'LOG'
3312:
3313: --- Initialize the error statck
3314: PA_DEBUG.init_err_stack ('PA_FUNDS_CONTROL_PKG1.CREATE_PROJ_ENCUMBRANCE_EVENTS');
3315:
3316: fnd_profile.get('PA_DEBUG_MODE',PA_FUNDS_CONTROL_PKG.g_debug_mode);
3317: PA_FUNDS_CONTROL_PKG.g_debug_mode := NVL(PA_FUNDS_CONTROL_PKG.g_debug_mode, 'N');
3318:
3319: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
3320: ,x_write_file => 'LOG'
6686: BEGIN
6687: -- Initialize the error stack
6688: PA_DEBUG.init_err_stack('PA_FUNDS_CONTROL_PKG1.populate_burden_cost');
6689:
6690: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
6691: l_debug_mode := NVL(l_debug_mode, 'N');
6692:
6693: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
6694: ,x_write_file => 'LOG'
7567: PA_DEBUG.init_err_stack('PA_FUNDS_CONTROL_PKG1.setup_start_end_dates');
7568: -- set the return status to success
7569: x_return_status := 'S';
7570:
7571: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
7572: l_debug_mode := NVL(l_debug_mode, 'N');
7573:
7574: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
7575: ,x_write_file => 'LOG'
8478:
8479: PA_DEBUG.init_err_stack ('PA_FUNDS_CONTROL_PKG1.INTERFACE_TBC_BTC_COMT_UPDATE');
8480:
8481:
8482: fnd_profile.get('PA_DEBUG_MODE',PA_FUNDS_CONTROL_PKG.g_debug_mode);
8483: PA_FUNDS_CONTROL_PKG.g_debug_mode := NVL(PA_FUNDS_CONTROL_PKG.g_debug_mode, 'N');
8484:
8485: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
8486: ,x_write_file => 'LOG'
9190:
9191:
9192: BEGIN
9193:
9194: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
9195: l_debug_mode := NVL(l_debug_mode, 'N');
9196:
9197: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
9198: ,x_write_file => 'LOG'