DBA Data[Home] [Help]

APPS.WSH_LOCATIONS_PKG dependencies on DBMS_UTILITY

Line 66: l_index := dbms_utility.get_hash_value (

62: -- Key (for hash) : param1
63: l_hash_string := p_validate_rec.input_param1;
64:
65: -- Hash returns a common index if l_hash_string is identical
66: l_index := dbms_utility.get_hash_value (
67: name => l_hash_string,
68: base => c_hash_base,
69: hash_size => c_hash_size);
70: WHILE NOT l_hash_exists LOOP