DBA Data[Home] [Help]

APPS.BEN_LOS_CACHE dependencies on BEN_HASH_UTILITY

Line 68: l_hv := ben_hash_utility.get_hashed_index(objlook.los_fctr_id);

64: begin
65: --
66: for objlook in c_los_look loop
67: --
68: l_hv := ben_hash_utility.get_hashed_index(objlook.los_fctr_id);
69: --
70: -- Check if hashed value is already allocated
71: --
72: if g_cache_los_lookup.exists(l_hv) then

Line 80: l_hv := ben_hash_utility.get_next_hash_index(p_hash_index => l_hv);

76: -- Loop until un-allocated has value is derived
77: --
78: while not l_not_hash_found loop
79: --
80: l_hv := ben_hash_utility.get_next_hash_index(p_hash_index => l_hv);
81: --
82: -- Check if the hash index exists, if not we can use it
83: --
84: if not g_cache_los_lookup.exists(l_hv) then

Line 111: l_hv := ben_hash_utility.get_hashed_index(objinst.los_fctr_id);

107: l_prev_hv := -1;
108: --
109: for objinst in c_los_inst loop
110: --
111: l_hv := ben_hash_utility.get_hashed_index(objinst.los_fctr_id);
112: --
113: -- Check if hashed value is already allocated
114: --
115: if g_cache_los_inst.exists(l_hv) then

Line 123: l_hv := ben_hash_utility.get_next_hash_index(p_hash_index => l_hv);

119: -- Loop until un-allocated has value is derived
120: --
121: while not l_not_hash_found loop
122: --
123: l_hv := ben_hash_utility.get_next_hash_index(p_hash_index => l_hv);
124: --
125: -- Check if the hash index exists, if not we can use it
126: --
127: if not g_cache_los_inst.exists(l_hv) then

Line 222: l_hv := ben_hash_utility.get_hashed_index(p_id => p_los_fctr_id);

218: );
219: --
220: end if;
221: --
222: l_hv := ben_hash_utility.get_hashed_index(p_id => p_los_fctr_id);
223: --
224: -- Check if hashed value is already allocated
225: --
226: if g_cache_los_lookup.exists(l_hv) then

Line 238: l_hv := ben_hash_utility.get_next_hash_index(p_hash_index => l_hv);

234: -- Loop until un-allocated has value is derived
235: --
236: while not l_not_hash_found loop
237: --
238: l_hv := ben_hash_utility.get_next_hash_index(p_hash_index => l_hv);
239: --
240: -- Check if the hash index exists, if not we can use it
241: --
242: if not g_cache_los_lookup.exists(l_hv) then