DBA Data[Home] [Help]

APPS.JAI_RETRO_PRC_PKG dependencies on JAI_CMN_RGM_RECORDING_PKG

Line 2031: jai_cmn_rgm_recording_pkg.get_account

2027: CLOSE get_parameters_cur;
2028:
2029: --Get the Interim recovery account by calling the following function
2030: ln_interim_recovery_account :=
2031: jai_cmn_rgm_recording_pkg.get_account
2032: ( p_regime_id => ln_regime_id -- fetched above
2033: , p_organization_type => jai_constants.orgn_type_io
2034: , p_organization_id => ln_organization_id -- fetched above
2035: , p_location_id => ln_location_id -- fetched above

Line 2045: jai_cmn_rgm_recording_pkg.get_account

2041: END IF;
2042:
2043: --Get the recovery account by calling the following funcation
2044: ln_code_combination_id :=
2045: jai_cmn_rgm_recording_pkg.get_account
2046: ( p_regime_id => ln_regime_id -- fetched above
2047: , p_organization_type => jai_constants.orgn_type_io
2048: , p_organization_id => ln_organization_id -- fetched above
2049: , p_location_id => ln_location_id -- fetched above

Line 2060: jai_cmn_rgm_recording_pkg.insert_vat_repository_entry

2056: END IF;
2057:
2058: --Call the following procedure to make an entry in VAT repository to the extent it is claimed
2059:
2060: jai_cmn_rgm_recording_pkg.insert_vat_repository_entry
2061: (
2062: pn_repository_id => ln_repository_id, -- OUT parameter
2063: pn_regime_id => ln_regime_id, -- fetched above
2064: pv_tax_type => claim_schedule_rec.tax_type, -- current tax type in the LOOP