DBA Data[Home] [Help]

APPS.JAI_RETRO_PRC_PKG dependencies on JAI_CMN_RGM_RECORDING_PKG

Line 2026: jai_cmn_rgm_recording_pkg.get_account

2022: CLOSE get_parameters_cur;
2023:
2024: --Get the Interim recovery account by calling the following function
2025: ln_interim_recovery_account :=
2026: jai_cmn_rgm_recording_pkg.get_account
2027: ( p_regime_id => ln_regime_id -- fetched above
2028: , p_organization_type => jai_constants.orgn_type_io
2029: , p_organization_id => ln_organization_id -- fetched above
2030: , p_location_id => ln_location_id -- fetched above

Line 2040: jai_cmn_rgm_recording_pkg.get_account

2036: END IF;
2037:
2038: --Get the recovery account by calling the following funcation
2039: ln_code_combination_id :=
2040: jai_cmn_rgm_recording_pkg.get_account
2041: ( p_regime_id => ln_regime_id -- fetched above
2042: , p_organization_type => jai_constants.orgn_type_io
2043: , p_organization_id => ln_organization_id -- fetched above
2044: , p_location_id => ln_location_id -- fetched above

Line 2055: jai_cmn_rgm_recording_pkg.insert_vat_repository_entry

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