DBA Data[Home] [Help]

APPS.JAI_AR_IMPORT_SYNC_PKG dependencies on JAI_CMN_RGM_RECORDING_PKG

Line 2508: ln_liab_acct_ccid := jai_cmn_rgm_recording_pkg.get_account(

2504: /*******************************
2505: ||Get the code combination id
2506: ||for the "LIABILITY ACCOUNT"
2507: *******************************/
2508: ln_liab_acct_ccid := jai_cmn_rgm_recording_pkg.get_account(
2509: p_regime_id => ln_regime_id ,
2510: p_organization_type => jai_constants.orgn_type_io ,
2511: p_organization_id => v_organization_id ,
2512: p_location_id => v_loc_id ,

Line 2521: ln_intliab_acct_ccid := jai_cmn_rgm_recording_pkg.get_account(

2517: /*******************************
2518: || Get the code combination id
2519: || for the "INTERIM LIABILITY ACCOUNT"
2520: *******************************/
2521: ln_intliab_acct_ccid := jai_cmn_rgm_recording_pkg.get_account(
2522: p_regime_id => ln_regime_id ,
2523: p_organization_type => jai_constants.orgn_type_io ,
2524: p_organization_id => v_organization_id ,
2525: p_location_id => v_loc_id ,

Line 2554: jai_cmn_rgm_recording_pkg.insert_vat_repository_entry (

2550:
2551:
2552:
2553:
2554: jai_cmn_rgm_recording_pkg.insert_vat_repository_entry (
2555: pn_repository_id => ln_repository_id ,
2556: pn_regime_id => ln_regime_id ,
2557: pv_tax_type => rec_cur_get_man_ar_inv_taxes.tax_type ,
2558: pv_organization_type => jai_constants.orgn_type_io ,