DBA Data[Home] [Help]

APPS.WMS_PARAMETER_PVT dependencies on DBMS_UTILITY

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

5850: END IF;
5851:
5852: l_hash_base := 1;
5853: l_hash_size := POWER(2, 15);
5854: l_hash_index := DBMS_UTILITY.get_hash_value(NAME => p_subinventory_code, base => l_hash_base, hash_size => l_hash_size);
5855:
5856: LOOP
5857: EXIT WHEN NOT g_num_empty_locators.EXISTS(l_hash_index);
5858: EXIT WHEN p_subinventory_code = g_num_empty_locators(l_hash_index).subinventory_code;