DBA Data[Home] [Help]

APPS.JAI_PA_PDIA_AFTER_T1 dependencies on JAI_PA_BILLING_PKG

Line 516: if jai_pa_billing_pkg.gv_debug then

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

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

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

Line 520: jai_pa_billing_pkg.process_draft_invoice_release(

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

Line 527: if jai_pa_billing_pkg.gv_debug then

523: pv_process_flag => lv_process_flag,
524: pv_process_message => lv_process_message
525: );
526:
527: if jai_pa_billing_pkg.gv_debug then
528: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '2 trigger before jai_pa_pdia_after_t1:'
529: ||', lv_process_flag:'||lv_process_flag
530: ||', lv_process_message:'||lv_process_message
531: );

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

524: pv_process_message => lv_process_message
525: );
526:
527: if jai_pa_billing_pkg.gv_debug then
528: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '2 trigger before jai_pa_pdia_after_t1:'
529: ||', lv_process_flag:'||lv_process_flag
530: ||', lv_process_message:'||lv_process_message
531: );
532: end if;