DBA Data[Home] [Help]

APPS.BEN_CWB_REFRESH_PKG dependencies on BEN_CWB_PL_DSGN

Line 45: ben_cwb_pl_dsgn dsgn

41: ,rates.person_id
42: ,enrt.business_group_id
43: ,rates.object_version_number
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

Line 141: ben_cwb_pl_dsgn_pkg.refresh_pl_dsgn

137: if g_debug then
138: hr_utility.set_location(l_proc, 30);
139: end if;
140: --
141: ben_cwb_pl_dsgn_pkg.refresh_pl_dsgn
142: (p_group_pl_id => p_group_pl_id
143: ,p_lf_evt_ocrd_dt => l_lf_evt_ocrd_dt
144: ,p_effective_date => l_effective_date
145: ,p_refresh_always => 'Y');