DBA Data[Home] [Help]

APPS.HR_BIS dependencies on DBMS_UTILITY

Line 74: DBMS_UTILITY.get_hash_value(

70: END IF;
71: END IF;
72: -- determine hash number for plsql table index.
73: g_hash_number :=
74: DBMS_UTILITY.get_hash_value(
75: p_lookup_code || ':' || p_lookup_type,
76: 1,
77: 1048576); -- (2^20)
78: BEGIN