DBA Data[Home] [Help]

APPS.ZX_CORE_REP_EXTRACT_PKG dependencies on DBMS_UTILITY

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

1170: p_location_type||'|'||
1171: to_char(p_location_id)||'|'||
1172: p_geography_type;
1173:
1174: TABLEIDX := dbms_utility.get_hash_value(hash_string,1,TABLE_SIZE);
1175:
1176: IF (ZX_GLOBAL_STRUCTURES_PKG.location_hash_tbl.EXISTS(TABLEIDX)) THEN
1177: loc_info_idx := ZX_GLOBAL_STRUCTURES_PKG.location_hash_tbl(TABLEIDX);
1178: x_geography_value := ZX_GLOBAL_STRUCTURES_PKG.location_info_tbl.geography_value(loc_info_idx);