DBA Data[Home] [Help]

APPS.BEN_CWB_REFRESH_PKG dependencies on BEN_CWB_SUMMARY_PKG

Line 211: ben_cwb_summary_pkg.refresh_summary_group_pl

207: if g_debug then
208: hr_utility.set_location(l_proc, 90);
209: end if;
210: --
211: ben_cwb_summary_pkg.refresh_summary_group_pl
212: (p_group_pl_id => p_group_pl_id
213: ,p_lf_evt_ocrd_dt => l_lf_evt_ocrd_dt);
214: --
215: commit;

Line 243: ben_cwb_summary_pkg.consolidate_summary_rec

239: if g_debug then
240: hr_utility.set_location(l_proc, 130);
241: end if;
242: --
243: ben_cwb_summary_pkg.consolidate_summary_rec
244: (p_person_id => rec.person_id);
245: end loop;
246: commit;
247: --