DBA Data[Home] [Help]

APPS.BEN_REINSTATE_EPE_CACHE dependencies on BEN_HASH_UTILITY

Line 21: g_hash_key number := ben_hash_utility.get_hash_key;

17: --
18: -- Globals.
19: --
20: g_package varchar2(50) := 'ben_reinstate_epe_cache.';
21: g_hash_key number := ben_hash_utility.get_hash_key;
22: g_hash_jump number := ben_hash_utility.get_hash_jump;
23: --
24: -- 0 - Always refresh
25: -- 1 - Initialise cache

Line 22: g_hash_jump number := ben_hash_utility.get_hash_jump;

18: -- Globals.
19: --
20: g_package varchar2(50) := 'ben_reinstate_epe_cache.';
21: g_hash_key number := ben_hash_utility.get_hash_key;
22: g_hash_jump number := ben_hash_utility.get_hash_jump;
23: --
24: -- 0 - Always refresh
25: -- 1 - Initialise cache
26: -- 2 - Cache hit

Line 554: l_hv := mod(l_elig_per_elctbl_chc_id_va(i),ben_hash_utility.get_hash_key);

550: --
551: for i in l_elig_per_elctbl_chc_id_va.first..l_elig_per_elctbl_chc_id_va.last
552: loop
553: --
554: l_hv := mod(l_elig_per_elctbl_chc_id_va(i),ben_hash_utility.get_hash_key);
555: --
556: while g_epe_instance.exists(l_hv)
557: loop
558: --

Line 686: l_hv := mod(p_elig_per_elctbl_chc_id,ben_hash_utility.get_hash_key);

682: end if;
683: --
684: -- Get the instance details
685: --
686: l_hv := mod(p_elig_per_elctbl_chc_id,ben_hash_utility.get_hash_key);
687: --
688: if g_epe_instance(l_hv).elig_per_elctbl_chc_id = p_elig_per_elctbl_chc_id
689: then
690: -- Matched row