DBA Data[Home] [Help]

APPS.BEN_CWB_REFRESH_PKG dependencies on BEN_CWB_SUMMARY

Line 76: from ben_cwb_summary

72:
73: cursor csr_person_ids(p_group_pl_id number
74: ,p_lf_evt_ocrd_dt date) is
75: select distinct(person_id) person_id
76: from ben_cwb_summary
77: where status = 'P'
78: and group_pl_id = p_group_pl_id
79: and lf_evt_ocrd_dt = p_lf_evt_ocrd_dt;
80: --

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: --