DBA Data[Home] [Help]

APPS.WSH_DETAILS_VALIDATIONS dependencies on DBMS_UTILITY

Line 107: l_index := dbms_utility.get_hash_value (

103: IF NOT l_hash_exists THEN
104: -- need to hash this index
105: l_hash_string := to_char(p_entity_id);
106:
107: l_index := dbms_utility.get_hash_value (
108: name => l_hash_string,
109: base => c_hash_base,
110: hash_size => c_hash_size );
111: