DBA Data[Home] [Help]

APPS.ZX_CORE_REP_EXTRACT_PKG dependencies on DBMS_UTILITY

Line 666: TABLEIDX := dbms_utility.get_hash_value(hash_string,1,TABLE_SIZE);

662: p_location_type||'|'||
663: to_char(p_location_id)||'|'||
664: p_geography_type;
665:
666: TABLEIDX := dbms_utility.get_hash_value(hash_string,1,TABLE_SIZE);
667:
668: IF (ZX_GLOBAL_STRUCTURES_PKG.location_hash_tbl.EXISTS(TABLEIDX)) THEN
669: loc_info_idx := ZX_GLOBAL_STRUCTURES_PKG.location_hash_tbl(TABLEIDX);
670: x_geography_value := ZX_GLOBAL_STRUCTURES_PKG.location_info_tbl.geography_value(loc_info_idx);