DBA Data[Home] [Help]

APPS.JAI_AR_RCTA_TRIGGER_PKG dependencies on JAI_CMN_SETUP_PKG

Line 1744: jai_cmn_setup_pkg.generate_excise_invoice_no(v_org_id,v_loc_id,'I',pr_new.batch_source_id, v_fin_year, v_invoice_no , v_errbuf);

1740: close item_class_cur;
1741:
1742: IF NVL(v_excise_flag,'N') = 'Y' THEN
1743: IF v_invoice_no is Null THEN
1744: jai_cmn_setup_pkg.generate_excise_invoice_no(v_org_id,v_loc_id,'I',pr_new.batch_source_id, v_fin_year, v_invoice_no , v_errbuf);
1745: END IF;
1746:
1747: IF v_errbuf is not null THEN
1748: -- to raise an error when the excise invoice returns a value.