DBA Data[Home] [Help]

APPS.BEN_ENP_DEL dependencies on BEN_ENRT_PERD

Line 60: -- Delete the ben_enrt_perd row.

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

Line 62: delete from ben_enrt_perd

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

Line 254: (p_module_name => 'ben_enrt_perd'

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