DBA Data[Home] [Help]

APPS.JAI_AR_MATCH_TAX_PKG dependencies on JAI_CMN_RGM_RECORDING_PKG

Line 4632: -- Fix: If jai_cmn_rgm_Recording_pkg.get_account does not derive the Tax Account ID then the

4628: -- will be no set off during Receipt/CM Application.
4629: -- 07-Apr-2011 Bug 11905163
4630: -- Description: Code combination ID is not derived from Tax Definition for Inclusive Tax
4631: -- Accounting for Excise and Adhoc Taxes
4632: -- Fix: If jai_cmn_rgm_Recording_pkg.get_account does not derive the Tax Account ID then the
4633: -- same shall be fetched from Tax Definition
4634: -- 08-Apr-2011 Xiao Lv Modified for bug#11936390.
4635: -- 1. Accounting for Open Interface ER is changed.
4636: -- For external, do not generate accounting for inclusive tax in GL Interface.

Line 5034: ln_tax_account_id:= jai_cmn_rgm_Recording_pkg.get_account(

5030: open get_regime_id( inclu_tax_csr.tax_type);
5031: fetch get_regime_id into ln_regime_id, ln_regime_code;
5032: close get_regime_id;
5033: ln_tax_account_id := NULL; /*Bug 11905163*/
5034: ln_tax_account_id:= jai_cmn_rgm_Recording_pkg.get_account(
5035: p_regime_id => ln_regime_id,
5036: p_organization_type =>'IO',
5037: p_organization_id => ln_inv_org_id,
5038: p_location_id =>ln_inv_loc_id,

Line 5227: ln_tax_account_id := jai_cmn_rgm_Recording_pkg.get_account(

5223: --Added by zhiwei for POT change Bug#13023443 on 20110929 end
5224:
5225:
5226: IF ld_trx_date >= ld_st_accrual_date THEN
5227: ln_tax_account_id := jai_cmn_rgm_Recording_pkg.get_account(
5228: p_regime_id => ln_regime_id,
5229: p_organization_type => 'IO',
5230: p_organization_id => ln_inv_org_id,
5231: p_location_id => ln_inv_loc_id,

Line 5236: ln_tax_account_id := jai_cmn_rgm_Recording_pkg.get_account(

5232: p_tax_type => inclu_tax_csr.tax_type,
5233: p_account_name => jai_constants.liability
5234: );
5235: ELSE
5236: ln_tax_account_id := jai_cmn_rgm_Recording_pkg.get_account(
5237: p_regime_id => ln_regime_id,
5238: p_organization_type => 'IO',
5239: p_organization_id => ln_inv_org_id,
5240: p_location_id => ln_inv_loc_id,

Line 5260: ln_tax_account_id := jai_cmn_rgm_Recording_pkg.get_account(

5256: end if;
5257: ----------------------------------------------------------------------------------
5258: --Added by zhiwei for POT change Bug#13023443 on 20110929 end
5259:
5260: ln_tax_account_id := jai_cmn_rgm_Recording_pkg.get_account(
5261: p_regime_id => ln_regime_id,
5262: p_organization_type => 'IO',
5263: p_organization_id => ln_inv_org_id,
5264: p_location_id => ln_inv_loc_id,