DBA Data[Home] [Help]

APPS.PA_CC_ENC_IMPORT_FCK dependencies on FND_PROFILE

Line 193: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode);

189: -- Initialize the error stack;
190: pa_debug.init_err_stack('PA_FUNDS_CONTROL_UTILS.Load_pkts');
191:
192: --Intialize the debug flag
193: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode);
194: g_debug_mode := NVL(g_debug_mode, 'N');
195: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
196: ,x_write_file => 'LOG'
197: ,x_debug_mode => g_debug_mode

Line 461: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode);

457: -- Initialize the error stack;
458: pa_debug.init_err_stack('PA_FUNDS_CONTROL_UTILS.Pa_enc_import_fck');
459:
460: --Intialize the debug flag
461: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode);
462: g_debug_mode := NVL(g_debug_mode, 'N');
463: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
464: ,x_write_file => 'LOG'
465: ,x_debug_mode => g_debug_mode

Line 563: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode);

559: -- Initialize the error stack;
560: pa_debug.init_err_stack('PA_FUNDS_CONTROL_UTILS.Pa_enc_import_fck_tieback');
561:
562: --Intialize the debug flag
563: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode);
564: g_debug_mode := NVL(g_debug_mode, 'N');
565: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
566: ,x_write_file => 'LOG'
567: ,x_debug_mode => g_debug_mode