DBA Data[Home] [Help]

APPS.WMS_CACHE dependencies on DBMS_UTILITY

Line 36: l_hash_value := DBMS_UTILITY.get_hash_value

32: -- End of Bug 9056696
33:
34: l_hash_string := from_unit||'-'||to_unit||'-'||item_id;
35:
36: l_hash_value := DBMS_UTILITY.get_hash_value
37: ( name => l_hash_string
38: , base => g_hash_base
39: , hash_size => g_hash_size
40: );

Line 68: l_hash_value := DBMS_UTILITY.get_hash_value

64:
65: --Now store the inverse
66:
67: l_hash_string := to_unit||'-'|| from_unit||'-'||item_id;
68: l_hash_value := DBMS_UTILITY.get_hash_value
69: ( name => l_hash_string
70: , base => g_hash_base
71: , hash_size => g_hash_size
72: );