2399: -- for reference by ZX_TDS_APPLICABILITY_DETM_PKG.get_process_Results for batch calculation calls
2400: -- since this procedure only checks the existence of a rate record having the same tax class
2401: -- it should be ok to refecene this record.
2402:
2403: l_tbl_index := dbms_utility.get_hash_value(
2404: x_tax_rate_rec.tax_regime_code||x_tax_rate_rec.tax||
2405: x_tax_rate_rec.tax_status_code||x_tax_rate_rec.tax_rate_code,
2406: 1,
2407: 8192);