DBA Data[Home] [Help]

APPS.JAI_AR_RCTA_TRIGGER_PKG dependencies on JAI_CMN_RGM_RECORDING_PKG

Line 3153: v_ccid := jai_cmn_rgm_recording_pkg.get_account (

3149: -- Added by Chong.Lei for POT code port end
3150:
3151: -- IF pr_new.trx_date >= ld_st_accrual_date THEN --Comment by Chong.Lei for POT code port
3152: IF ld_trx_gl_date >= ld_st_accrual_date THEN --Modified by Xiao for POT changes, reg bug#12533434 --Added by Chong.Lei for POT code port
3153: v_ccid := jai_cmn_rgm_recording_pkg.get_account (
3154: p_regime_id => ln_regime_id ,
3155: p_organization_type => jai_constants.service_tax_orgn_type ,
3156: p_organization_id => v_organization_id ,
3157: p_location_id => v_location_id ,

Line 3162: v_ccid := jai_cmn_rgm_recording_pkg.get_account (

3158: p_tax_type => TAX_TYPE_REC.t_type ,
3159: p_account_name => jai_constants.liability
3160: );
3161: ELSE
3162: v_ccid := jai_cmn_rgm_recording_pkg.get_account (
3163: p_regime_id => ln_regime_id ,
3164: p_organization_type => jai_constants.service_tax_orgn_type ,
3165: p_organization_id => v_organization_id ,
3166: p_location_id => v_location_id ,

Line 3180: v_ccid := jai_cmn_rgm_recording_pkg.get_account (

3176:
3177:
3178: ELSIF UPPER(nvl(ln_regime_code,'####')) = jai_constants.vat_regime THEN
3179:
3180: v_ccid := jai_cmn_rgm_recording_pkg.get_account (
3181: p_regime_id => ln_regime_id ,
3182: p_organization_type => jai_constants.orgn_type_io ,
3183: p_organization_id => v_organization_id ,
3184: p_location_id => v_location_id ,

Line 3195: v_ccid := jai_cmn_rgm_recording_pkg.get_account (

3191:
3192:
3193: ELSIF UPPER(nvl(ln_regime_code,'####')) = jai_constants.tcs_regime THEN
3194:
3195: v_ccid := jai_cmn_rgm_recording_pkg.get_account (
3196: p_regime_id => ln_regime_id ,
3197: p_organization_type => jai_constants.orgn_type_io ,
3198: p_organization_id => v_organization_id ,
3199: p_location_id => v_location_id ,

Line 4359: ln_liab_acct_ccid := jai_cmn_rgm_recording_pkg.get_account(

4355: /*******************************
4356: ||Get the code combination id
4357: ||for the "LIABILITY ACCOUNT"
4358: *******************************/
4359: ln_liab_acct_ccid := jai_cmn_rgm_recording_pkg.get_account(
4360: p_regime_id => ln_regime_id ,
4361: p_organization_type => jai_constants.orgn_type_io ,
4362: p_organization_id => v_organization_id ,
4363: p_location_id => v_loc_id ,

Line 4372: ln_intliab_acct_ccid := jai_cmn_rgm_recording_pkg.get_account(

4368: /*******************************
4369: || Get the code combination id
4370: || for the "INTERIM LIABILITY ACCOUNT"
4371: *******************************/
4372: ln_intliab_acct_ccid := jai_cmn_rgm_recording_pkg.get_account(
4373: p_regime_id => ln_regime_id ,
4374: p_organization_type => jai_constants.orgn_type_io ,
4375: p_organization_id => v_organization_id ,
4376: p_location_id => v_loc_id ,

Line 4405: jai_cmn_rgm_recording_pkg.insert_vat_repository_entry (

4401:
4402:
4403:
4404:
4405: jai_cmn_rgm_recording_pkg.insert_vat_repository_entry (
4406: pn_repository_id => ln_repository_id ,
4407: pn_regime_id => ln_regime_id ,
4408: pv_tax_type => rec_cur_get_man_ar_inv_taxes.tax_type ,
4409: pv_organization_type => jai_constants.orgn_type_io ,