DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_EPE_CACHE

Line 10273: ben_epe_cache.clear_down_cache;

10269: --
10270: -- Clear eligibility caches
10271: --
10272: ben_pep_cache.clear_down_cache;
10273: ben_epe_cache.clear_down_cache;
10274: --
10275: dt_fndate.change_ses_date
10276: (p_ses_date => nvl(l_rec.lf_evt_ocrd_dt,p_effective_date)
10277: ,p_commit => l_commit

Line 11330: ben_epe_cache.init_context_cobj_pileperow;

11326: then
11327: --
11328: -- Initialise the current EPE row for the comp object loop
11329: --
11330: ben_epe_cache.init_context_cobj_pileperow;
11331: --
11332: if g_debug then
11333: hr_utility.set_location (l_package||' FND Bf BENDENRR ',85);
11334: end if;

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

11384: end if;
11385: --
11386: -- Set electable choice context row details
11387: --
11388: ben_epe_cache.g_currcobjepe_row.ler_id := p_ler_id;
11389: ben_epe_cache.g_currcobjepe_row.opt_id := l_comp_obj_tree(l_treeele_num).par_opt_id;
11390: --
11391: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
11392: fnd_message.set_token('PROC','ben_determine_dpnt_eligibility');

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

11385: --
11386: -- Set electable choice context row details
11387: --
11388: ben_epe_cache.g_currcobjepe_row.ler_id := p_ler_id;
11389: ben_epe_cache.g_currcobjepe_row.opt_id := l_comp_obj_tree(l_treeele_num).par_opt_id;
11390: --
11391: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
11392: fnd_message.set_token('PROC','ben_determine_dpnt_eligibility');
11393: --

Line 11455: ben_epe_cache.init_context_cobj_pileperow;

11451: end if;
11452: --
11453: -- Initialise the current EPE row for the comp object loop
11454: --
11455: ben_epe_cache.init_context_cobj_pileperow;
11456: --
11457: end if;
11458: --
11459: end if; -- pl_id is not null

Line 11485: ben_epe_cache.init_context_cobj_pileperow;

11481: then
11482: --
11483: -- Initialise the current EPE row for the comp object loop
11484: --
11485: ben_epe_cache.init_context_cobj_pileperow;
11486: --
11487: if g_debug then
11488: hr_utility.set_location (l_package||' FND Bf BENDENRR ',86);
11489: hr_utility.set_location ('l_oipl_id' ||l_oipl_id,87);

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

11516: if l_elig_per_elctbl_chc_id is not null then
11517: --
11518: -- Set electable choice context row details
11519: --
11520: ben_epe_cache.g_currcobjepe_row.ler_id := p_ler_id;
11521: ben_epe_cache.g_currcobjepe_row.opt_id := l_comp_obj_tree(l_treeele_num).par_opt_id;
11522: --bug#3420298
11523: ben_determine_dpnt_eligibility.g_egd_table.delete;
11524: ben_determine_dpnt_eligibility.g_egd_table :=

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

11517: --
11518: -- Set electable choice context row details
11519: --
11520: ben_epe_cache.g_currcobjepe_row.ler_id := p_ler_id;
11521: ben_epe_cache.g_currcobjepe_row.opt_id := l_comp_obj_tree(l_treeele_num).par_opt_id;
11522: --bug#3420298
11523: ben_determine_dpnt_eligibility.g_egd_table.delete;
11524: ben_determine_dpnt_eligibility.g_egd_table :=
11525: ben_determine_dpnt_eligibility.g_egd_table_temp;

Line 11561: ben_epe_cache.init_context_cobj_pileperow;

11557: );
11558: --
11559: -- Initialise the current EPE row for the comp object loop
11560: --
11561: ben_epe_cache.init_context_cobj_pileperow;
11562: --
11563: end if;
11564: --
11565: end if;

Line 11706: ben_epe_cache.clear_down_cache;

11702: --
11703: -- Clear eligibility caches
11704: --
11705: ben_pep_cache.clear_down_cache;
11706: ben_epe_cache.clear_down_cache;
11707: --
11708: -- PB : 5422 :
11709: -- l_strt_dt is not being used by the process to which it is passed.
11710: -- May be necessary to remove this code.

Line 11805: ben_epe_cache.clear_down_cache;

11801: -- ben_determine_actual_premium and ben_determine_rates.
11802: --
11803: -- Clear electability caches
11804: --
11805: ben_epe_cache.clear_down_cache;
11806: --
11807: -- Clear Elig per Cache as ben_enrolment_requirements.update_defaults
11808: -- build the cache for previous eligibility.
11809: -- And in the benrates we need the current elig records.