DBA Data[Home] [Help]

APPS.JAI_OM_WSH_PKG dependencies on JAI_OM_WSH_PROCESSING_PKG

Line 646: Functions jai_om_wsh_processing_pkg.excise_balance_check - for preference checks in case of EOU and Non-EOU for total excise amount

642:
643: 19 2002/07/03 Nagaraj.s - For Enh#2415656.
644: Cursors pref_cur - Incorporated v_export_oriented_unit also in the select clause
645: RG Bal Cur- Incorporated basic,additional,other pla balance also in the select clause.
646: Functions jai_om_wsh_processing_pkg.excise_balance_check - for preference checks in case of EOU and Non-EOU for total excise amount
647: jai_om_wsh_pkg.get_excise_register_with_bal - for preference checks in case of EOU and Non-EOU
648: for exempted amount.
649: Before sending this patch it has to be taken care that, the alter scripts,functions should also
650: accompany the patch otherwise the patch would certainly fail.

Line 915: This code object calls the functions jai_om_wsh_processing_pkg.excise_balance_check_f and jai_om_wsh_pkg.get_excise_register_with_bal_f

911: The basic business logic validation is that both cess and excise should be available as
912: part of the same register type and the register preference setup at the organization additional information
913: needs to be considered for picking up the correct register .
914:
915: This code object calls the functions jai_om_wsh_processing_pkg.excise_balance_check_f and jai_om_wsh_pkg.get_excise_register_with_bal_f
916: which have had changes in their signature and hence the caller also needs to pass the correct
917: parameters.
918:
919: The change done in this object is to pass the additional parameters correctly to the functions.

Line 922: The current procedure becomes dependent on the functions jai_om_wsh_processing_pkg.excise_balance_check (version 115.1) and

918:
919: The change done in this object is to pass the additional parameters correctly to the functions.
920:
921: Dependency Due to this Bug:-
922: The current procedure becomes dependent on the functions jai_om_wsh_processing_pkg.excise_balance_check (version 115.1) and
923: jai_om_wsh_pkg.get_excise_register_with_bal (version 115.1) also packaged as part of this bug.
924:
925: 42. 2005/02/16 ssumaith - bug# 4185392 - File version 115.4
926:

Line 1086: jai_om_wsh_processing_pkg.excise_balance_check_f.sql 115.1 ssumaith 11/02/2005 New parameters added to function.

1082:
1083:
1084: 115.3 4171272 IN60106 +
1085: 4147608 jai_om_wsh_pkg.get_excise_register_with_bal_f.sql 115.1 ssumaith 11/02/2005 New parameters added to function.
1086: jai_om_wsh_processing_pkg.excise_balance_check_f.sql 115.1 ssumaith 11/02/2005 New parameters added to function.
1087:
1088: 12.0 4566054 jai_om_rg.pls 120.3 Aiyer 24-Aug-2005
1089: jai_om_rg.plb 120.4
1090: jai_om_wsh.plb (jai_om_wsh_pkg.process_delivery) 120.4

Line 1495: v_reg_type:= jai_om_wsh_processing_pkg.excise_balance_check(

1491: open c_sh_cess_amount(p_delivery_id);
1492: fetch c_sh_cess_amount into ln_sh_cess_amount;
1493: close c_sh_cess_amount;
1494:
1495: v_reg_type:= jai_om_wsh_processing_pkg.excise_balance_check(
1496: v_pref_rg23a ,
1497: v_pref_rg23c ,
1498: v_pref_pla ,
1499: NVL(v_ssi_unit_flag,'N') ,