DBA Data[Home] [Help]

APPS.BEN_EVALUATE_ELIG_PROFILES dependencies on BEN_USE_CVG_RT_DATE

Line 9408: ben_use_cvg_rt_date.fonm_clear_down_cache;

9404: hr_utility.set_location('clearing cache'||nvl(l_fonm_cvg_strt_dt,l_effective_date) ,10);
9405: hr_utility.set_location('cache start'||l_per_rec.effective_start_date ,10);
9406: hr_utility.set_location('cache end'||l_per_rec.effective_end_date ,10);
9407:
9408: ben_use_cvg_rt_date.fonm_clear_down_cache;
9409: --
9410: ben_person_object.get_object(p_person_id => p_person_id,
9411: p_rec => l_typ_rec);
9412: --

Line 9436: ben_use_cvg_rt_date.fonm_clear_down_cache;

9432: if not nvl(l_fonm_cvg_strt_dt,l_effective_date)
9433: between l_ass_rec1.effective_start_date and l_ass_rec1.effective_end_date then
9434:
9435: hr_utility.set_location('clearing asg cache'||nvl(l_fonm_cvg_strt_dt,l_effective_date) ,10);
9436: ben_use_cvg_rt_date.fonm_clear_down_cache;
9437:
9438: end if ;
9439: end if ;
9440: end if ;