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 1626: BEN_CWB_PL_DSGN_PKG.delete_pl_dsgn

1622: ,P_PURGE => 'Y');
1623:
1624: --
1625: hr_utility.set_location('Deleting data from ben_cwb_pl_dsgn ',10);
1626: BEN_CWB_PL_DSGN_PKG.delete_pl_dsgn
1627: (p_group_pl_id => p_group_pl_id
1628: ,p_lf_evt_ocrd_dt => l_ocrd_date);
1629: --
1630: hr_utility.set_location('Refreshing Summary ',20);