DBA Data[Home] [Help]

APPS.WMS_PARAMETER_PVT dependencies on DBMS_UTILITY

Line 5840: l_hash_index := DBMS_UTILITY.get_hash_value(NAME => p_subinventory_code, base => l_hash_base, hash_size => l_hash_size);

5836: END IF;
5837:
5838: l_hash_base := 1;
5839: l_hash_size := POWER(2, 15);
5840: l_hash_index := DBMS_UTILITY.get_hash_value(NAME => p_subinventory_code, base => l_hash_base, hash_size => l_hash_size);
5841:
5842: LOOP
5843: EXIT WHEN NOT g_num_empty_locators.EXISTS(l_hash_index);
5844: EXIT WHEN p_subinventory_code = g_num_empty_locators(l_hash_index).subinventory_code;