109: IF NOT l_hash_exists THEN
110: -- need to hash this index
111: l_hash_string := to_char(p_entity_id);
112:
113: l_index := dbms_utility.get_hash_value (
114: name => l_hash_string,
115: base => c_hash_base,
116: hash_size => c_hash_size );
117: