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 353: (p_module_name => 'BEN_CWB_PL_DSGN'

349: --
350: when hr_api.cannot_find_prog_unit then
351: --
352: hr_api.cannot_find_prog_unit_error
353: (p_module_name => 'BEN_CWB_PL_DSGN'
354: ,p_hook_type => 'AD');
355: --
356: end;
357: --