DBA Data[Home] [Help]

APPS.BEN_EVALUATE_ELIG_PROFILES dependencies on BEN_USE_CVG_RT_DATE

Line 9427: ben_use_cvg_rt_date.fonm_clear_down_cache;

9423: hr_utility.set_location('clearing cache'||nvl(l_fonm_cvg_strt_dt,l_effective_date) ,10);
9424: hr_utility.set_location('cache start'||l_per_rec.effective_start_date ,10);
9425: hr_utility.set_location('cache end'||l_per_rec.effective_end_date ,10);
9426:
9427: ben_use_cvg_rt_date.fonm_clear_down_cache;
9428: --
9429: ben_person_object.get_object(p_person_id => p_person_id,
9430: p_rec => l_typ_rec);
9431: --

Line 9455: ben_use_cvg_rt_date.fonm_clear_down_cache;

9451: if not nvl(l_fonm_cvg_strt_dt,l_effective_date)
9452: between l_ass_rec1.effective_start_date and l_ass_rec1.effective_end_date then
9453:
9454: hr_utility.set_location('clearing asg cache'||nvl(l_fonm_cvg_strt_dt,l_effective_date) ,10);
9455: ben_use_cvg_rt_date.fonm_clear_down_cache;
9456:
9457: end if ;
9458: end if ;
9459: end if ;