DBA Data[Home] [Help]

APPS.FND_UMS_LOADER dependencies on DBMS_UTILITY

Line 165: l_hash_value := dbms_utility.get_hash_value(l_entity, 1, 65536);

161:
162: if (lengthb(l_entity) > 128) then
163: -- lockname cannot be longer than 128 bytes.
164: -- Get a hash value between 1 and 65536.
165: l_hash_value := dbms_utility.get_hash_value(l_entity, 1, 65536);
166: l_lock_name := 'FND.UMS.HASH.' || p_entity_name || '.' || l_hash_value;
167: l_lock_name := substrb(l_lock_name, 1, 128);
168: else
169: l_lock_name := l_entity;