DBA Data[Home] [Help]

APPS.PA_CC_ENC_IMPORT_FCK dependencies on PA_DEBUG

Line 19: pa_debug.g_err_stage := substr(p_msg,1,250);

15: BEGIN
16: If g_debug_mode = 'Y' Then
17: --r_debug.r_msg('Log:'||p_msg);
18: --dbms_output.put_line('Log:'||p_msg);
19: pa_debug.g_err_stage := substr(p_msg,1,250);
20: pa_debug.write_file('LOG: '||pa_debug.g_err_stage);
21: End If;
22: null;
23:

Line 20: pa_debug.write_file('LOG: '||pa_debug.g_err_stage);

16: If g_debug_mode = 'Y' Then
17: --r_debug.r_msg('Log:'||p_msg);
18: --dbms_output.put_line('Log:'||p_msg);
19: pa_debug.g_err_stage := substr(p_msg,1,250);
20: pa_debug.write_file('LOG: '||pa_debug.g_err_stage);
21: End If;
22: null;
23:
24: END print_msg;

Line 190: pa_debug.init_err_stack('PA_FUNDS_CONTROL_UTILS.Load_pkts');

186: x_return_status := 'S';
187: x_error_msg := Null;
188:
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');

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 195: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'

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
198: );
199:

Line 384: pa_debug.reset_err_stack;

380: print_msg('After calling Populate_burden_cost ');
381:
382: End If;
383:
384: pa_debug.reset_err_stack;
385: COMMIT;
386: Return;
387:
388: EXCEPTION

Line 400: pa_debug.reset_err_stack;

396: where packet_id = p_packet_id;
397: x_return_status := 'T';
398: x_error_msg := SQLCODE||SQLERRM;
399: commit;
400: pa_debug.reset_err_stack;
401: RAISE;
402: END Load_pkts;
403:
404: /** This is a wrapper API created on top of pa_funds_chedk for Contract commitments transactions

Line 458: pa_debug.init_err_stack('PA_FUNDS_CONTROL_UTILS.Pa_enc_import_fck');

454: x_return_status := 'S';
455: x_error_msg := Null;
456:
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');

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 463: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'

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
466: );
467:

Line 516: pa_debug.reset_err_stack;

512: x_error_msg := sqlcode||sqlerrm;
513: End If;
514: End If;
515:
516: pa_debug.reset_err_stack;
517: Return;
518:
519: EXCEPTION
520: WHEN OTHERS THEN

Line 532: pa_debug.reset_err_stack;

528: ,p_partial => l_partial_flag
529: ,p_packet_status => 'T'
530: ,x_return_status => x_return_status
531: );
532: pa_debug.reset_err_stack;
533: RAISE;
534: END Pa_enc_import_fck;
535:
536:

Line 560: pa_debug.init_err_stack('PA_FUNDS_CONTROL_UTILS.Pa_enc_import_fck_tieback');

556: --Initialize the out variables
557: x_return_status := 'S';
558:
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');

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

Line 565: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'

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
568: );
569:

Line 638: pa_debug.reset_err_stack;

634:
635: End If;
636:
637:
638: pa_debug.reset_err_stack;
639: Return;
640:
641: EXCEPTION
642: WHEN OTHERS THEN