DBA Data[Home] [Help]

APPS.BEN_CWB_REFRESH_PKG dependencies on BEN_CWB_PERSON_INFO

Line 48: ,ben_cwb_person_info info

44: from
45: ben_cwb_pl_dsgn dsgn
46: ,ben_cwb_person_rates rates
47: ,ben_popl_enrt_typ_cycl_f popl
48: ,ben_cwb_person_info info
49: ,ben_enrt_perd enrt
50: where dsgn.group_pl_id = p_group_pl_id
51: and dsgn.lf_evt_ocrd_dt = p_lf_evt_ocrd_dt
52: and info.group_per_in_ler_id = rates.group_per_in_ler_id

Line 187: ben_cwb_person_info_pkg.refresh_person_info_group_pl

183: if g_debug then
184: hr_utility.set_location(l_proc, 60);
185: end if;
186: --
187: ben_cwb_person_info_pkg.refresh_person_info_group_pl
188: (p_group_pl_id => p_group_pl_id
189: ,p_lf_evt_ocrd_dt => l_lf_evt_ocrd_dt
190: ,p_effective_date => l_effective_date);
191: --