DBA Data[Home] [Help]

APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on JAI_CMN_RG_OTHERS_PKG

Line 5375: jai_cmn_rg_others_pkg.check_balances(

5371: ELSIF lv_process_flag = jai_constants.successful THEN
5372:
5373: p_codepath := jai_general_pkg.plot_codepath(11, p_codepath);
5374: IF pr_tax.excise_edu_cess + pr_tax.cvd_edu_cess <> 0 THEN /* This if condition and its else added by ssumaith - bug# 4187859*/
5375: jai_cmn_rg_others_pkg.check_balances(
5376: p_organization_id => p_organization_id ,
5377: p_location_id => p_location_id,
5378: p_register_type => lv_cess_pref1_register,
5379: p_trx_amount => pr_tax.excise_edu_cess + pr_tax.cvd_edu_cess,

Line 5401: jai_cmn_rg_others_pkg.check_sh_balances(

5397: /*added the following by vkaranam for budget 07 impact - bug#5989740*/
5398: --start
5399: ELSIF nvl(pr_tax.sh_exc_edu_cess,0) + nvl(pr_tax.sh_cvd_edu_cess,0) <> 0 THEN
5400:
5401: jai_cmn_rg_others_pkg.check_sh_balances(
5402: p_organization_id => p_organization_id ,
5403: p_location_id => p_location_id,
5404: p_register_type => lv_cess_pref1_register,
5405: p_trx_amount => nvl(pr_tax.sh_exc_edu_cess,0) + nvl(pr_tax.sh_cvd_edu_cess,0),

Line 5471: jai_cmn_rg_others_pkg.check_balances(

5467:
5468: p_codepath := jai_general_pkg.plot_codepath(19, p_codepath);
5469:
5470: IF pr_tax.excise_edu_cess + pr_tax.cvd_edu_cess <> 0 THEN /* This if condition and its else added by ssumaith - bug# 4187859*/
5471: jai_cmn_rg_others_pkg.check_balances(
5472: p_organization_id => p_organization_id ,
5473: p_location_id => p_location_id,
5474: p_register_type => lv_cess_pref2_register,
5475: p_trx_amount => pr_tax.excise_edu_cess + pr_tax.cvd_edu_cess,

Line 5500: jai_cmn_rg_others_pkg.check_sh_balances(

5496: /*added the following by vkaranam for budget 07 impact - bug#5989740*/
5497: --start
5498: ELSIF nvl(pr_tax.sh_exc_edu_cess,0) + nvl(pr_tax.sh_cvd_edu_cess,0) <> 0 THEN
5499:
5500: jai_cmn_rg_others_pkg.check_sh_balances(
5501: p_organization_id => p_organization_id ,
5502: p_location_id => p_location_id,
5503: p_register_type => lv_cess_pref2_register,
5504: p_trx_amount => nvl(pr_tax.sh_exc_edu_cess,0) + nvl(pr_tax.sh_cvd_edu_cess,0),