DBA Data[Home] [Help]

APPS.BEN_LIFE_OBJECT dependencies on BEN_HASH_UTILITY

Line 80: l_index := ben_hash_utility.get_hashed_index(p_id => p_rec.id);

76: -- 4) If hash index is used and not correct then try next hash index
77: --
78: -- Get hashed index value
79: --
80: l_index := ben_hash_utility.get_hashed_index(p_id => p_rec.id);
81: --
82: if not g_cache_css_ler_rec.exists(l_index) then
83: --
84: -- Lets store the hash value in this index

Line 101: l_index := ben_hash_utility.get_next_hash_index(p_hash_index =>l_index);

97: l_not_hash_found := false;
98: --
99: while not l_not_hash_found loop
100: --
101: l_index := ben_hash_utility.get_next_hash_index(p_hash_index =>l_index);
102: --
103: -- Check if the hash index exists, if not we can use it
104: --
105: if not g_cache_css_ler_rec.exists(l_index) then

Line 153: l_index := ben_hash_utility.get_hashed_index(p_id => p_rec.id);

149: -- 4) If hash index is used and not correct then try next hash index
150: --
151: -- Get hashed index value
152: --
153: l_index := ben_hash_utility.get_hashed_index(p_id => p_rec.id);
154: --
155: if not g_cache_ler_ler_rec.exists(l_index) then
156: --
157: -- Lets store the hash value in this index

Line 174: l_index := ben_hash_utility.get_next_hash_index(p_hash_index =>l_index);

170: l_not_hash_found := false;
171: --
172: while not l_not_hash_found loop
173: --
174: l_index := ben_hash_utility.get_next_hash_index(p_hash_index =>l_index);
175: --
176: -- Check if the hash index exists, if not we can use it
177: --
178: if not g_cache_ler_ler_rec.exists(l_index) then

Line 383: l_index := ben_hash_utility.get_hashed_index(p_id => p_ler_id);

379: -- 4) Repest 3 until correct person_id found, if not found raise error.
380: --
381: -- Get hashed index value
382: --
383: l_index := ben_hash_utility.get_hashed_index(p_id => p_ler_id);
384: --
385: if g_cache_ler_ler_rec.exists(l_index) then
386: --
387: -- Lets get the hashed record.

Line 401: l_index := ben_hash_utility.get_next_hash_index(p_hash_index =>l_index);

397: l_not_hash_found := false;
398: --
399: while not l_not_hash_found loop
400: --
401: l_index := ben_hash_utility.get_next_hash_index(p_hash_index =>l_index);
402: --
403: -- Check if the hash index exists, if not error
404: --
405: if not g_cache_ler_ler_rec.exists(l_index) then

Line 494: l_index := ben_hash_utility.get_hashed_index(p_id => p_ler_id);

490: -- 4) Repest 3 until correct person_id found, if not found raise error.
491: --
492: -- Get hashed index value
493: --
494: l_index := ben_hash_utility.get_hashed_index(p_id => p_ler_id);
495: --
496: if g_cache_css_ler_rec.exists(l_index) then
497: --
498: -- Lets get the hashed record.

Line 512: l_index := ben_hash_utility.get_next_hash_index(p_hash_index =>l_index);

508: l_not_hash_found := false;
509: --
510: while not l_not_hash_found loop
511: --
512: l_index := ben_hash_utility.get_next_hash_index(p_hash_index =>l_index);
513: --
514: -- Check if the hash index exists, if not error
515: --
516: if not g_cache_css_ler_rec.exists(l_index) then