DBA Data[Home] [Help]

APPS.ZX_TCM_TAX_RATE_PKG dependencies on DBMS_UTILITY

Line 2425: l_tbl_index := dbms_utility.get_hash_value(

2421: -- for reference by ZX_TDS_APPLICABILITY_DETM_PKG.get_process_Results for batch calculation calls
2422: -- since this procedure only checks the existence of a rate record having the same tax class
2423: -- it should be ok to refecene this record.
2424:
2425: l_tbl_index := dbms_utility.get_hash_value(
2426: x_tax_rate_rec.tax_regime_code||x_tax_rate_rec.tax||
2427: x_tax_rate_rec.tax_status_code||x_tax_rate_rec.tax_rate_code,
2428: 1,
2429: 8192);