DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_INV dependencies on DBMS_UTILITY

Line 128: l_index := dbms_utility.get_hash_value (

124: l_hash_string := to_char(p_validate_rec.organization_id)||
125: to_char(p_validate_rec.inventory_item_id);
126:
127: -- Hash returns a common index if l_hash_string is identical
128: l_index := dbms_utility.get_hash_value (
129: name => l_hash_string,
130: base => c_hash_base,
131: hash_size => c_hash_size);
132: WHILE NOT l_hash_exists LOOP