DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_PEP_CACHE

Line 980: 20-Jan-04 ikasire 115.335/338 ben_pep_cache.clear_down_cache called after call to

976: mn_elcn_val are passed to cloned rows.
977: 22-Dec-03 Indrasen 115.333 CWBGLOBAL New Procedure
978: 10-Jan-04 tjesumic 115.334 new cursor c9 added in check_business_rule to validate
979: the cwb task for the budget flag
980: 20-Jan-04 ikasire 115.335/338 ben_pep_cache.clear_down_cache called after call to
981: ben_enrolment_requirements.update_defaults as it uses
982: a different effective date
983: 21-Jan-04 ikasire 115.339 Added p_trace_plans_flag to CWBGLOBAL procedure
984:

Line 2192: ben_pep_cache.clear_down_pepcache;

2188: and pep.per_in_ler_id is null
2189: and pep.pgm_id = l_envpgm_id
2190: and p_effective_date between pep.effective_start_date
2191: and pep.effective_end_date;
2192: ben_pep_cache.clear_down_pepcache;
2193: end if;
2194: close c_epe;
2195: --
2196: if l_oipl_id is not null then

Line 2215: ben_pep_cache.clear_down_epocache;

2211: and pep.effective_end_date)
2212: and p_effective_date between epo.effective_start_date and
2213: epo.effective_end_date
2214: and epo.opt_id = l_oipl_rec.opt_id;
2215: ben_pep_cache.clear_down_epocache;
2216: end if;
2217: close c_epo;
2218: end if;
2219: --

Line 2233: ben_pep_cache.clear_down_pepcache;

2229: and pep.pgm_id is null
2230: and pep.pl_id = l_envpl_id
2231: and p_effective_date between pep.effective_start_date
2232: and pep.effective_end_date;
2233: ben_pep_cache.clear_down_pepcache;
2234: end if;
2235: close c_epe2;
2236: --
2237: if l_oipl_id is not null then

Line 2258: ben_pep_cache.clear_down_epocache;

2254: and pep.effective_end_date)
2255: and p_effective_date between epo.effective_start_date and
2256: epo.effective_end_date
2257: and epo.opt_id = l_oipl_rec.opt_id;
2258: ben_pep_cache.clear_down_epocache;
2259: end if;
2260: close c_epo2;
2261: --
2262: end if;

Line 2272: ben_pep_cache.get_pilepo_dets

2268: hr_utility.set_location('OIPL ID-update'||l_oipl_id,111);
2269: l_oipl_rec := ben_cobj_cache.g_oipl_currow;
2270: if l_envpgm_id is not null then
2271: --
2272: ben_pep_cache.get_pilepo_dets
2273: (p_person_id => p_person_id
2274: ,p_business_group_id => p_business_group_id
2275: ,p_effective_date => p_effective_date
2276: ,p_pgm_id => l_envpgm_id

Line 2334: ben_pep_cache.get_pilpep_dets

2330: --
2331: if g_debug then
2332: hr_utility.set_location(' before pilpep ',111);
2333: end if;
2334: ben_pep_cache.get_pilpep_dets
2335: (p_person_id => p_person_id
2336: ,p_business_group_id => p_business_group_id
2337: ,p_effective_date => p_effective_date
2338: ,p_pgm_id => l_envpgm_id

Line 10272: ben_pep_cache.clear_down_cache;

10268: ben_env_object.setenv(p_lf_evt_ocrd_dt => l_rec.lf_evt_ocrd_dt);
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)

Line 11705: ben_pep_cache.clear_down_cache;

11701: if l_mode <> 'T' then
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.

Line 11811: ben_pep_cache.clear_down_cache;

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.
11810: --
11811: ben_pep_cache.clear_down_cache;
11812: --
11813: -- Clear distribute rates function caches
11814: --
11815: ben_distribute_rates.clear_down_cache;