DBA Data[Home] [Help]

APPS.INV_LABEL_PVT5 dependencies on DBMS_UTILITY

Line 52: l_orig_hash_value := dbms_utility.get_hash_value

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