DBA Data[Home] [Help]

APPS.BEN_EPE_CACHE dependencies on BEN_HASH_UTILITY

Line 39: g_hash_key number := ben_hash_utility.get_hash_key;

35: --
36: -- Globals.
37: --
38: g_package varchar2(50) := 'ben_epe_cache.';
39: g_hash_key number := ben_hash_utility.get_hash_key;
40: g_hash_jump number := ben_hash_utility.get_hash_jump;
41: --
42: -- 0 - Always refresh
43: -- 1 - Initialise cache

Line 40: g_hash_jump number := ben_hash_utility.get_hash_jump;

36: -- Globals.
37: --
38: g_package varchar2(50) := 'ben_epe_cache.';
39: g_hash_key number := ben_hash_utility.get_hash_key;
40: g_hash_jump number := ben_hash_utility.get_hash_jump;
41: --
42: -- 0 - Always refresh
43: -- 1 - Initialise cache
44: -- 2 - Cache hit

Line 601: l_hv := mod(l_enrt_bnft_id_va(i),ben_hash_utility.get_hash_key);

597: --
598: for i in l_enrt_bnft_id_va.first..l_enrt_bnft_id_va.last
599: loop
600: --
601: l_hv := mod(l_enrt_bnft_id_va(i),ben_hash_utility.get_hash_key);
602: --
603: while g_enbepe_instance.exists(l_hv)
604: loop
605: --

Line 674: l_hv := mod(objinst.enrt_bnft_id,ben_hash_utility.get_hash_key);

670: (c_per_in_ler_id => p_per_in_ler_id
671: )
672: loop
673: --
674: l_hv := mod(objinst.enrt_bnft_id,ben_hash_utility.get_hash_key);
675: --
676: while g_enbepe_instance.exists(l_hv)
677: loop
678: --

Line 787: l_hv := mod(p_enrt_bnft_id,ben_hash_utility.get_hash_key);

783: end if;
784: --
785: -- Get the instance details
786: --
787: l_hv := mod(p_enrt_bnft_id,ben_hash_utility.get_hash_key);
788: --
789: if g_enbepe_instance(l_hv).enrt_bnft_id = p_enrt_bnft_id
790: then
791: -- Matched row

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

987: --
988: for i in l_elig_per_elctbl_chc_id_va.first..l_elig_per_elctbl_chc_id_va.last
989: loop
990: --
991: l_hv := mod(l_elig_per_elctbl_chc_id_va(i),ben_hash_utility.get_hash_key);
992: --
993: while g_epe_instance.exists(l_hv)
994: loop
995: --

Line 1064: l_hv := mod(objinst.elig_per_elctbl_chc_id,ben_hash_utility.get_hash_key);

1060: (c_per_in_ler_id => p_per_in_ler_id
1061: )
1062: loop
1063: --
1064: l_hv := mod(objinst.elig_per_elctbl_chc_id,ben_hash_utility.get_hash_key);
1065: --
1066: while g_epe_instance.exists(l_hv)
1067: loop
1068: --

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

1183: end if;
1184: --
1185: -- Get the instance details
1186: --
1187: l_hv := mod(p_elig_per_elctbl_chc_id,ben_hash_utility.get_hash_key);
1188: --
1189: if g_epe_instance(l_hv).elig_per_elctbl_chc_id = p_elig_per_elctbl_chc_id
1190: then
1191: -- Matched row