DBA Data[Home] [Help]

APPS.INV_LABEL_PVT5 dependencies on DBMS_UTILITY

Line 54: l_orig_hash_value := dbms_utility.get_hash_value

50: l_orig_hash_value NUMBER;
51: l_hash_base NUMBER := 2;
52: l_hash_size NUMBER := Power(2, 20);
53: BEGIN
54: l_orig_hash_value := dbms_utility.get_hash_value
55: (
56: name => p_input_string
57: ,base => l_hash_base
58: ,hash_size => l_hash_size