DBA Data[Home] [Help]

APPS.ZX_TDS_APPLICABILITY_DETM_PKG dependencies on DBMS_UTILITY

Line 448: l_country_idx := dbms_utility.get_hash_value (l_country_code, 1, TABLE_SIZE);

444: IF (l_country_code IS NOT NULL) THEN
445:
446: -- Get hash value for country code
447: --
448: l_country_idx := dbms_utility.get_hash_value (l_country_code, 1, TABLE_SIZE);
449:
450: -- Check if country (hash value) already exists.
451: --
452: IF NOT l_country_tab.EXISTS(l_country_idx) THEN

Line 8559: l_tbl_index := dbms_utility.get_hash_value(

8555: -- Filter based on tax rate class
8556: -- Check if tax rate exists in the same product family group
8557: --
8558:
8559: l_tbl_index := dbms_utility.get_hash_value(
8560: l_tax_regime_code_tbl(j)||l_tax_tbl(j)||
8561: l_status_result_tbl(j)||l_rate_result_tbl(j),
8562: 1,
8563: 8192);