DBA Data[Home] [Help]

APPS.BEN_DPNT_EGD_DEL dependencies on BEN_ELIGY_CRITERIA_DPNT

Line 62: delete from ben_eligy_criteria_dpnt

58: ben_dpnt_egd_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_dpnt
63: where eligy_criteria_dpnt_id = p_rec.eligy_criteria_dpnt_id;
64: --
65: ben_dpnt_egd_shd.g_api_dml := false; -- Unset the api dml status
66: --

Line 237: (p_module_name => 'ben_eligy_criteria_dpnt'

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