DBA Data[Home] [Help]

APPS.BEN_CWB_BDGT_CHNG_POP dependencies on BEN_CWB_SUMMARY

Line 36: ben_cwb_summary Summ

32: max(Grp.group_oipl_id) GrpOiplId,
33: max(Grp.object_version_number) Ovn
34: From ben_cwb_group_hrchy Hrchy,
35: ben_cwb_person_groups Grp,
36: ben_cwb_summary Summ
37: Where Hrchy.mgr_per_in_ler_id = c_group_per_in_ler_id
38: and Hrchy.lvl_num > 0
39: and Grp.group_per_in_ler_id = Hrchy.emp_per_in_ler_id
40: and Grp.group_pl_id = c_group_pl_id

Line 99: ben_cwb_summary_pkg.save_pl_sql_tab;

95: end loop;
96: -- End of For Loop (Cursor)
97: --
98: -- Update the Summary Table (Fixed bug# 3544468)
99: ben_cwb_summary_pkg.save_pl_sql_tab;
100: --
101: -- When in validation only mode raise the Validate_Enabled exception
102: --
103: if p_validate then