DBA Data[Home] [Help]

APPS.BEN_EGL_INS dependencies on HR_API

Line 199: When hr_api.check_integrity_violated Then

195: ben_egl_shd.g_api_dml := false; -- Unset the api dml status
196: --
197: hr_utility.set_location(' Leaving:'||l_proc, 10);
198: Exception
199: When hr_api.check_integrity_violated Then
200: -- A check constraint has been violated
201: ben_egl_shd.g_api_dml := false; -- Unset the api dml status
202: ben_egl_shd.constraint_error
203: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 203: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

199: When hr_api.check_integrity_violated Then
200: -- A check constraint has been violated
201: ben_egl_shd.g_api_dml := false; -- Unset the api dml status
202: ben_egl_shd.constraint_error
203: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
204: When hr_api.parent_integrity_violated Then
205: -- Parent integrity has been violated
206: ben_egl_shd.g_api_dml := false; -- Unset the api dml status
207: ben_egl_shd.constraint_error

Line 204: When hr_api.parent_integrity_violated Then

200: -- A check constraint has been violated
201: ben_egl_shd.g_api_dml := false; -- Unset the api dml status
202: ben_egl_shd.constraint_error
203: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
204: When hr_api.parent_integrity_violated Then
205: -- Parent integrity has been violated
206: ben_egl_shd.g_api_dml := false; -- Unset the api dml status
207: ben_egl_shd.constraint_error
208: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 208: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

204: When hr_api.parent_integrity_violated Then
205: -- Parent integrity has been violated
206: ben_egl_shd.g_api_dml := false; -- Unset the api dml status
207: ben_egl_shd.constraint_error
208: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
209: When hr_api.unique_integrity_violated Then
210: -- Unique integrity has been violated
211: ben_egl_shd.g_api_dml := false; -- Unset the api dml status
212: ben_egl_shd.constraint_error

Line 209: When hr_api.unique_integrity_violated Then

205: -- Parent integrity has been violated
206: ben_egl_shd.g_api_dml := false; -- Unset the api dml status
207: ben_egl_shd.constraint_error
208: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
209: When hr_api.unique_integrity_violated Then
210: -- Unique integrity has been violated
211: ben_egl_shd.g_api_dml := false; -- Unset the api dml status
212: ben_egl_shd.constraint_error
213: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 213: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

209: When hr_api.unique_integrity_violated Then
210: -- Unique integrity has been violated
211: ben_egl_shd.g_api_dml := false; -- Unset the api dml status
212: ben_egl_shd.constraint_error
213: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
214: When Others Then
215: ben_egl_shd.g_api_dml := false; -- Unset the api dml status
216: Raise;
217: End insert_dml;

Line 392: when hr_api.cannot_find_prog_unit then

388: );
389: --
390: exception
391: --
392: when hr_api.cannot_find_prog_unit then
393: --
394: hr_api.cannot_find_prog_unit_error
395: (p_module_name => 'ben_eligy_criteria'
396: ,p_hook_type => 'AI');

Line 394: hr_api.cannot_find_prog_unit_error

390: exception
391: --
392: when hr_api.cannot_find_prog_unit then
393: --
394: hr_api.cannot_find_prog_unit_error
395: (p_module_name => 'ben_eligy_criteria'
396: ,p_hook_type => 'AI');
397: --
398: end;