DBA Data[Home] [Help]

APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on JAI_CMN_RG_OTHERS_PKG

Line 5927: jai_cmn_rg_others_pkg.check_balances(

5923: ELSE
5924: ln_trx_amount := nvl(pr_tax.excise_edu_cess,0) + nvl(pr_tax.cvd_edu_cess,0);
5925: END IF;
5926: --added for bug#9854329, end
5927: jai_cmn_rg_others_pkg.check_balances(
5928: p_organization_id => p_organization_id ,
5929: p_location_id => p_location_id,
5930: p_register_type => lv_cess_pref1_register,
5931: -- p_trx_amount => pr_tax.excise_edu_cess + pr_tax.cvd_edu_cess,

Line 5960: jai_cmn_rg_others_pkg.check_sh_balances(

5956: ELSE
5957: ln_trx_amount := nvl(pr_tax.sh_exc_edu_cess,0) + nvl(pr_tax.sh_cvd_edu_cess,0);
5958: END IF;
5959: --added for bug#9854329, end
5960: jai_cmn_rg_others_pkg.check_sh_balances(
5961: p_organization_id => p_organization_id ,
5962: p_location_id => p_location_id,
5963: p_register_type => lv_cess_pref1_register,
5964: -- p_trx_amount => nvl(pr_tax.sh_exc_edu_cess,0) + nvl(pr_tax.sh_cvd_edu_cess,0),

Line 6048: jai_cmn_rg_others_pkg.check_balances(

6044: ELSE
6045: ln_trx_amount := nvl(pr_tax.excise_edu_cess,0) + nvl(pr_tax.cvd_edu_cess,0);
6046: END IF;
6047: --added for bug#9854329, end
6048: jai_cmn_rg_others_pkg.check_balances(
6049: p_organization_id => p_organization_id ,
6050: p_location_id => p_location_id,
6051: p_register_type => lv_cess_pref2_register,
6052: -- p_trx_amount => pr_tax.excise_edu_cess + pr_tax.cvd_edu_cess,

Line 6084: jai_cmn_rg_others_pkg.check_sh_balances(

6080: ELSE
6081: ln_trx_amount := nvl(pr_tax.sh_exc_edu_cess,0) + nvl(pr_tax.sh_cvd_edu_cess,0);
6082: END IF;
6083: --added for bug#9854329, end
6084: jai_cmn_rg_others_pkg.check_sh_balances(
6085: p_organization_id => p_organization_id ,
6086: p_location_id => p_location_id,
6087: p_register_type => lv_cess_pref2_register,
6088: -- p_trx_amount => nvl(pr_tax.sh_exc_edu_cess,0) + nvl(pr_tax.sh_cvd_edu_cess,0),