DBA Data[Home] [Help]

APPS.PAY_FR_GENERAL dependencies on DBMS_UTILITY

Line 29: -- DBMS_UTILITY.get_hash_value this is similar to the call used in hr_bis.pkb

25: ------------------------------------------------------------------------
26: -- Function GET_TABLE_INDEX
27: -- This function will return a unique index for a given base/band name or
28: -- base code name. The function uses a standard call to
29: -- DBMS_UTILITY.get_hash_value this is similar to the call used in hr_bis.pkb
30: -- to calculate lookup cache value indexes.
31: --
32: -- This will used by the function WRITE_BASE_BANDS to calculate the PL/SQL
33: -- table index when populating it with the base and band values.

Line 45: DBMS_UTILITY.get_hash_value(

41: --
42: begin
43: --
44: l_hash_number :=
45: DBMS_UTILITY.get_hash_value(
46: p_input_name,
47: 1,
48: 1048576);
49: -- (2^20)