DBA Data[Home] [Help]

APPS.BEN_EGL_DEL dependencies on BEN_ELIGY_CRITERIA

Line 60: -- Delete the ben_eligy_criteria row.

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

Line 62: delete from ben_eligy_criteria

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

Line 238: (p_module_name => 'ben_eligy_criteria'

234: --
235: when hr_api.cannot_find_prog_unit then
236: --
237: hr_api.cannot_find_prog_unit_error
238: (p_module_name => 'ben_eligy_criteria'
239: ,p_hook_type => 'AD');
240: --
241: end;
242: --