DBA Data[Home] [Help]

APPS.JAI_PA_BILLING_PKG dependencies on JAI_CMN_RGM_SETUP_PKG

Line 606: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '2 rocess_Vat. BefCall to jai_cmn_rgm_setup_pkg.gen_invoice_number. Regime:'||ln_regime_id);

602: end if;
603:
604: if lv_vat_invoice_no is null then
605: if jai_pa_billing_pkg.gv_debug then
606: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '2 rocess_Vat. BefCall to jai_cmn_rgm_setup_pkg.gen_invoice_number. Regime:'||ln_regime_id);
607: end if;
608:
609: /* generation of vat invoice number uses the Default VAT Doc sequence setup */
610: jai_cmn_rgm_setup_pkg.gen_invoice_number(

Line 610: jai_cmn_rgm_setup_pkg.gen_invoice_number(

606: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '2 rocess_Vat. BefCall to jai_cmn_rgm_setup_pkg.gen_invoice_number. Regime:'||ln_regime_id);
607: end if;
608:
609: /* generation of vat invoice number uses the Default VAT Doc sequence setup */
610: jai_cmn_rgm_setup_pkg.gen_invoice_number(
611: p_regime_id => ln_regime_id ,
612: p_organization_id => r_draft_invoice_dtls.organization_id ,
613: p_location_id => r_draft_invoice_dtls.location_id ,
614: p_date => sysdate ,

Line 623: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '3 rocess_Vat. AftCall to jai_cmn_rgm_setup_pkg.gen_invoice_number. lv_vat_invoice_no:'||lv_vat_invoice_no);

619: p_process_msg => pv_process_message
620: );
621:
622: if jai_pa_billing_pkg.gv_debug then
623: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '3 rocess_Vat. AftCall to jai_cmn_rgm_setup_pkg.gen_invoice_number. lv_vat_invoice_no:'||lv_vat_invoice_no);
624: end if;
625:
626: end if;
627: