DBA Data[Home] [Help]

APPS.BEN_CWB_BACK_OUT_CONC dependencies on BEN_CWB_PL_DSGN_PKG

Line 32: BEN_CWB_PL_DSGN_PKG.delete_pl_dsgn

28: BEN_CWB_PERSON_INFO,
29: BEN_CWB_SUMMARY,
30: ben_cwb_pl_dsgn
31: 26-Mar-04 pbodla 115.9 l_ocrd_date need to be passed to
32: BEN_CWB_PL_DSGN_PKG.delete_pl_dsgn
33: 27-Apr-04 rpgupta 115.13 bug 3517726 - elete records in ben_cwb_person_rates
34: with the given group_pl_id, ler_id and life event
35: ocrd date. Sometimes when one thread of benmngle
36: fails, theres a possibility that a few records in

Line 1531: BEN_CWB_PL_DSGN_PKG.delete_pl_dsgn

1527: (p_per_in_ler_id => l_group_pil_rec.per_in_ler_id);
1528: end loop;
1529: --
1530: hr_utility.set_location('Deleting data from ben_cwb_pl_dsgn ',10);
1531: BEN_CWB_PL_DSGN_PKG.delete_pl_dsgn
1532: (p_group_pl_id => p_group_pl_id
1533: ,p_lf_evt_ocrd_dt => l_ocrd_date);
1534: --
1535: hr_utility.set_location('Refreshing Summary ',20);