DBA Data[Home] [Help]

APPS.BEN_LOCATION_OBJECT dependencies on BEN_HASH_UTILITY

Line 26: g_hash_key number := ben_hash_utility.get_hash_key;

22: -----------------------------------------------------------------------------
23: */
24: --
25: g_package varchar2(30) := 'ben_location_object.';
26: g_hash_key number := ben_hash_utility.get_hash_key;
27: g_hash_jump number := ben_hash_utility.get_hash_jump;
28: --
29: -- Set object routines
30: --

Line 27: g_hash_jump number := ben_hash_utility.get_hash_jump;

23: */
24: --
25: g_package varchar2(30) := 'ben_location_object.';
26: g_hash_key number := ben_hash_utility.get_hash_key;
27: g_hash_jump number := ben_hash_utility.get_hash_jump;
28: --
29: -- Set object routines
30: --
31: procedure set_object(p_rec in out NOCOPY hr_locations_all%rowtype) is

Line 48: l_index := ben_hash_utility.get_hashed_index(p_id => p_rec.location_id);

44: -- 4) If hash index is used and not correct then try next hash index
45: --
46: -- Get hashed index value
47: --
48: l_index := ben_hash_utility.get_hashed_index(p_id => p_rec.location_id);
49: --
50: -- 115.3 check for cache entry at current index. if none exists the NO_DATA_FOUND expection will fire
51: if g_cache_loc_rec(l_index).location_id = p_rec.location_id then
52: -- do nothing, cache entry already exists