DBA Data[Home] [Help]

APPS.JAI_PA_PDIA_AFTER_T1 dependencies on JAI_PA_BILLING_PKG

Line 520: if jai_pa_billing_pkg.gv_debug then

516: if UPDATING
517: and :old.released_date is null and :new.released_date is not null
518: then
519:
520: if jai_pa_billing_pkg.gv_debug then
521: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '1 trigger before jai_pa_pdia_after_t1:');
522: end if;
523:
524: jai_pa_billing_pkg.process_draft_invoice_release(

Line 521: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '1 trigger before jai_pa_pdia_after_t1:');

517: and :old.released_date is null and :new.released_date is not null
518: then
519:
520: if jai_pa_billing_pkg.gv_debug then
521: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '1 trigger before jai_pa_pdia_after_t1:');
522: end if;
523:
524: jai_pa_billing_pkg.process_draft_invoice_release(
525: pr_draft_invoice => r_new,

Line 524: jai_pa_billing_pkg.process_draft_invoice_release(

520: if jai_pa_billing_pkg.gv_debug then
521: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '1 trigger before jai_pa_pdia_after_t1:');
522: end if;
523:
524: jai_pa_billing_pkg.process_draft_invoice_release(
525: pr_draft_invoice => r_new,
526: pv_called_from => 'JAI_PA_PDIA_AFTER_T1',
527: pv_process_flag => lv_process_flag,
528: pv_process_message => lv_process_message

Line 531: if jai_pa_billing_pkg.gv_debug then

527: pv_process_flag => lv_process_flag,
528: pv_process_message => lv_process_message
529: );
530:
531: if jai_pa_billing_pkg.gv_debug then
532: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '2 trigger before jai_pa_pdia_after_t1:'
533: ||', lv_process_flag:'||lv_process_flag
534: ||', lv_process_message:'||lv_process_message
535: );

Line 532: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '2 trigger before jai_pa_pdia_after_t1:'

528: pv_process_message => lv_process_message
529: );
530:
531: if jai_pa_billing_pkg.gv_debug then
532: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '2 trigger before jai_pa_pdia_after_t1:'
533: ||', lv_process_flag:'||lv_process_flag
534: ||', lv_process_message:'||lv_process_message
535: );
536: end if;