DBA Data[Home] [Help]

APPS.BEN_ENB_DEL dependencies on BEN_ENRT_BNFT

Line 60: -- Delete the ben_enrt_bnft row.

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

Line 62: delete from ben_enrt_bnft

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

Line 235: (p_module_name => 'ben_enrt_bnft'

231: --
232: when hr_api.cannot_find_prog_unit then
233: --
234: hr_api.cannot_find_prog_unit_error
235: (p_module_name => 'ben_enrt_bnft'
236: ,p_hook_type => 'AD');
237: --
238: end;
239: --