DBA Data[Home] [Help]

APPS.BEN_CPD_DEL dependencies on BEN_CWB_PL_DSGN

Line 62: -- Delete the ben_cwb_pl_dsgn row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: ben_cpd_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the ben_cwb_pl_dsgn row.
63: --
64: delete from ben_cwb_pl_dsgn
65: where pl_id = p_rec.pl_id
66: and lf_evt_ocrd_dt = p_rec.lf_evt_ocrd_dt

Line 64: delete from ben_cwb_pl_dsgn

60: ben_cpd_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the ben_cwb_pl_dsgn row.
63: --
64: delete from ben_cwb_pl_dsgn
65: where pl_id = p_rec.pl_id
66: and lf_evt_ocrd_dt = p_rec.lf_evt_ocrd_dt
67: and oipl_id = p_rec.oipl_id;
68: --

Line 359: (p_module_name => 'BEN_CWB_PL_DSGN'

355: --
356: when hr_api.cannot_find_prog_unit then
357: --
358: hr_api.cannot_find_prog_unit_error
359: (p_module_name => 'BEN_CWB_PL_DSGN'
360: ,p_hook_type => 'AD');
361: --
362: end;
363: --