DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_EPE_CACHE

Line 10754: ben_epe_cache.clear_down_cache;

10750: --
10751: -- Clear eligibility caches
10752: --
10753: ben_pep_cache.clear_down_cache;
10754: ben_epe_cache.clear_down_cache;
10755: --
10756: dt_fndate.change_ses_date
10757: (p_ses_date => nvl(l_rec.lf_evt_ocrd_dt,p_effective_date)
10758: ,p_commit => l_commit

Line 11858: ben_epe_cache.init_context_cobj_pileperow;

11854: then
11855: --
11856: -- Initialise the current EPE row for the comp object loop
11857: --
11858: ben_epe_cache.init_context_cobj_pileperow;
11859: --
11860: if g_debug then
11861: hr_utility.set_location (l_package||' FND Bf BENDENRR ',85);
11862: end if;

Line 11916: ben_epe_cache.g_currcobjepe_row.ler_id := p_ler_id;

11912: end if;
11913: --
11914: -- Set electable choice context row details
11915: --
11916: ben_epe_cache.g_currcobjepe_row.ler_id := p_ler_id;
11917: ben_epe_cache.g_currcobjepe_row.opt_id := l_comp_obj_tree(l_treeele_num).par_opt_id;
11918: --
11919: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
11920: fnd_message.set_token('PROC','ben_determine_dpnt_eligibility');

Line 11917: ben_epe_cache.g_currcobjepe_row.opt_id := l_comp_obj_tree(l_treeele_num).par_opt_id;

11913: --
11914: -- Set electable choice context row details
11915: --
11916: ben_epe_cache.g_currcobjepe_row.ler_id := p_ler_id;
11917: ben_epe_cache.g_currcobjepe_row.opt_id := l_comp_obj_tree(l_treeele_num).par_opt_id;
11918: --
11919: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
11920: fnd_message.set_token('PROC','ben_determine_dpnt_eligibility');
11921: --

Line 11983: ben_epe_cache.init_context_cobj_pileperow;

11979: end if;
11980: --
11981: -- Initialise the current EPE row for the comp object loop
11982: --
11983: ben_epe_cache.init_context_cobj_pileperow;
11984: --
11985: end if;
11986: --
11987: end if; -- pl_id is not null

Line 12013: ben_epe_cache.init_context_cobj_pileperow;

12009: then
12010: --
12011: -- Initialise the current EPE row for the comp object loop
12012: --
12013: ben_epe_cache.init_context_cobj_pileperow;
12014: --
12015: if g_debug then
12016: hr_utility.set_location (l_package||' FND Bf BENDENRR ',86);
12017: hr_utility.set_location ('l_oipl_id' ||l_oipl_id,87);

Line 12048: ben_epe_cache.g_currcobjepe_row.ler_id := p_ler_id;

12044: if l_elig_per_elctbl_chc_id is not null then
12045: --
12046: -- Set electable choice context row details
12047: --
12048: ben_epe_cache.g_currcobjepe_row.ler_id := p_ler_id;
12049: ben_epe_cache.g_currcobjepe_row.opt_id := l_comp_obj_tree(l_treeele_num).par_opt_id;
12050: --bug#3420298
12051: ben_determine_dpnt_eligibility.g_egd_table.delete;
12052: ben_determine_dpnt_eligibility.g_egd_table :=

Line 12049: ben_epe_cache.g_currcobjepe_row.opt_id := l_comp_obj_tree(l_treeele_num).par_opt_id;

12045: --
12046: -- Set electable choice context row details
12047: --
12048: ben_epe_cache.g_currcobjepe_row.ler_id := p_ler_id;
12049: ben_epe_cache.g_currcobjepe_row.opt_id := l_comp_obj_tree(l_treeele_num).par_opt_id;
12050: --bug#3420298
12051: ben_determine_dpnt_eligibility.g_egd_table.delete;
12052: ben_determine_dpnt_eligibility.g_egd_table :=
12053: ben_determine_dpnt_eligibility.g_egd_table_temp;

Line 12089: ben_epe_cache.init_context_cobj_pileperow;

12085: );
12086: --
12087: -- Initialise the current EPE row for the comp object loop
12088: --
12089: ben_epe_cache.init_context_cobj_pileperow;
12090: --
12091: end if;
12092: --
12093: end if;

Line 12246: ben_epe_cache.clear_down_cache;

12242: --
12243: -- Clear eligibility caches
12244: --
12245: ben_pep_cache.clear_down_cache;
12246: ben_epe_cache.clear_down_cache;
12247: --
12248: -- PB : 5422 :
12249: -- l_strt_dt is not being used by the process to which it is passed.
12250: -- May be necessary to remove this code.

Line 12345: ben_epe_cache.clear_down_cache;

12341: -- ben_determine_actual_premium and ben_determine_rates.
12342: --
12343: -- Clear electability caches
12344: --
12345: ben_epe_cache.clear_down_cache;
12346: --
12347: -- Clear Elig per Cache as ben_enrolment_requirements.update_defaults
12348: -- build the cache for previous eligibility.
12349: -- And in the benrates we need the current elig records.