DBA Data[Home] [Help]

APPS.JAI_OM_WSH_PKG dependencies on JAI_CMN_SETUP_PKG

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

683:
684: 26. 2003/02/20 ssumaith - Bug # 2663211 File Version # 615.8
685: Excise invoice generation logic in this procedure has been removed and instead a call to the
686: excise invoice generation procedure has been made.
687: This has dependency on the jai_cmn_setup_pkg.generate_excise_invoice_no procedure . Hence this bug
688: is a pre-requisite for future bugs.
689:
690: 27. 2003/07/24 Aiyer - Bug #3032569, File Version 616.1
691: The Excise Invoice number is being generated for non excisable RG23D transactions.

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

1658: fnd_file.put_line(fnd_file.log,' Organization_id => ' || v_organization_id || ' Location_id => ' || v_location_id);
1659: fnd_file.put_line(fnd_file.log,'Order Type id => ' || v_order_type_id || 'Fin Year => ' || v_fin_year);
1660:
1661:
1662: 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);
1663:
1664: fnd_file.put_line(fnd_file.log,'After Call to the procedure output values are following');
1665: fnd_file.put_line(fnd_file.log,'Excise Invoice Number generated => ' || v_exc_invoice_no);
1666: