DBA Data[Home] [Help]

APPS.ZX_TDS_APPLICABILITY_DETM_PKG dependencies on DBMS_UTILITY

Line 9223: l_tbl_index := dbms_utility.get_hash_value(

9219: -- Filter based on tax rate class
9220: -- Check if tax rate exists in the same product family group
9221: --
9222:
9223: l_tbl_index := dbms_utility.get_hash_value(
9224: l_tax_regime_code_tbl(j)||l_tax_tbl(j)||
9225: l_status_result_tbl(j)||l_rate_result_tbl(j),
9226: 1,
9227: 8192);