DBA Data[Home] [Help]

APPS.JAI_OM_WSH_PKG dependencies on JAI_CMN_SETUP_PKG

Line 715: This has dependency on the jai_cmn_setup_pkg.generate_excise_invoice_no procedure . Hence this bug

711:
712: 26. 2003/02/20 ssumaith - Bug # 2663211 File Version # 615.8
713: Excise invoice generation logic in this procedure has been removed and instead a call to the
714: excise invoice generation procedure has been made.
715: This has dependency on the jai_cmn_setup_pkg.generate_excise_invoice_no procedure . Hence this bug
716: is a pre-requisite for future bugs.
717:
718: 27. 2003/07/24 Aiyer - Bug #3032569, File Version 616.1
719: The Excise Invoice number is being generated for non excisable RG23D transactions.

Line 1751: jai_cmn_setup_pkg.generate_excise_invoice_no(v_organization_id,v_location_id,'O',v_order_type_id,v_fin_year,v_exc_invoice_no,ERRBUF);

1747: fnd_file.put_line(fnd_file.log,' Organization_id => ' || v_organization_id || ' Location_id => ' || v_location_id);
1748: fnd_file.put_line(fnd_file.log,'Order Type id => ' || v_order_type_id || 'Fin Year => ' || v_fin_year);
1749:
1750:
1751: jai_cmn_setup_pkg.generate_excise_invoice_no(v_organization_id,v_location_id,'O',v_order_type_id,v_fin_year,v_exc_invoice_no,ERRBUF);
1752:
1753: fnd_file.put_line(fnd_file.log,'After Call to the procedure output values are following');
1754: fnd_file.put_line(fnd_file.log,'Excise Invoice Number generated => ' || v_exc_invoice_no);
1755: