DBA Data[Home] [Help]

APPS.BEN_PEL_DEL dependencies on BEN_PIL_ELCTBL_CHC_POPL

Line 60: -- Delete the ben_pil_elctbl_chc_popl row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: ben_pel_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ben_pil_elctbl_chc_popl row.
61: --
62: delete from ben_pil_elctbl_chc_popl
63: where pil_elctbl_chc_popl_id = p_rec.pil_elctbl_chc_popl_id;
64: --

Line 62: delete from ben_pil_elctbl_chc_popl

58: ben_pel_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ben_pil_elctbl_chc_popl row.
61: --
62: delete from ben_pil_elctbl_chc_popl
63: where pil_elctbl_chc_popl_id = p_rec.pil_elctbl_chc_popl_id;
64: --
65: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
66: --

Line 256: (p_module_name => 'ben_pil_elctbl_chc_popl'

252: --
253: when hr_api.cannot_find_prog_unit then
254: --
255: hr_api.cannot_find_prog_unit_error
256: (p_module_name => 'ben_pil_elctbl_chc_popl'
257: ,p_hook_type => 'AD');
258: --
259: end;
260: --