DBA Data[Home] [Help]

APPS.JAI_AR_RCTA_TRIGGER_PKG dependencies on JAI_CMN_SETUP_PKG

Line 1966: jai_cmn_setup_pkg.generate_excise_invoice_no(v_org_id,v_loc_id,'I',-1, v_fin_year, v_invoice_no , v_errbuf);

1962: IF v_invoice_no is Null THEN
1963: --Added IF condition by Zhiwei for Open Interface ER bug#11683927, begin
1964: --------------------------------------------------------------------------
1965: IF pr_new.created_from = 'RAXTRX' and NVL(ln_open_source,0)>0 THEN
1966: jai_cmn_setup_pkg.generate_excise_invoice_no(v_org_id,v_loc_id,'I',-1, v_fin_year, v_invoice_no , v_errbuf);
1967: --------------------------------------------------------------------------
1968: --Added IF condition by Zhiwei for Open Interface ER bug#11683927, end
1969: else
1970: 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);

Line 1970: 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);

1966: jai_cmn_setup_pkg.generate_excise_invoice_no(v_org_id,v_loc_id,'I',-1, v_fin_year, v_invoice_no , v_errbuf);
1967: --------------------------------------------------------------------------
1968: --Added IF condition by Zhiwei for Open Interface ER bug#11683927, end
1969: else
1970: 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);
1971: end if;
1972: END IF;
1973:
1974: IF v_errbuf is not null THEN