DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on DBMS_UTILITY

Line 8162: l_hash_value := dbms_utility.get_hash_value (

8158: IF WSH_PR_CRITERIA.g_from_locator IS NOT NULL THEN
8159: l_hash_string := l_hash_string ||'-'|| to_char(WSH_PR_CRITERIA.g_from_locator);
8160: END IF;
8161: -- Generating new hash values
8162: l_hash_value := dbms_utility.get_hash_value (
8163: name => l_hash_string,
8164: base => g_hash_base,
8165: hash_size => g_hash_size );
8166: