DBA Data[Home] [Help]

APPS.BEN_XCR_INS dependencies on HR_API

Line 213: When hr_api.check_integrity_violated Then

209: ben_xcr_shd.g_api_dml := false; -- Unset the api dml status
210: --
211: hr_utility.set_location(' Leaving:'||l_proc, 10);
212: Exception
213: When hr_api.check_integrity_violated Then
214: -- A check constraint has been violated
215: ben_xcr_shd.g_api_dml := false; -- Unset the api dml status
216: ben_xcr_shd.constraint_error
217: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

213: When hr_api.check_integrity_violated Then
214: -- A check constraint has been violated
215: ben_xcr_shd.g_api_dml := false; -- Unset the api dml status
216: ben_xcr_shd.constraint_error
217: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
218: When hr_api.parent_integrity_violated Then
219: -- Parent integrity has been violated
220: ben_xcr_shd.g_api_dml := false; -- Unset the api dml status
221: ben_xcr_shd.constraint_error

Line 218: When hr_api.parent_integrity_violated Then

214: -- A check constraint has been violated
215: ben_xcr_shd.g_api_dml := false; -- Unset the api dml status
216: ben_xcr_shd.constraint_error
217: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
218: When hr_api.parent_integrity_violated Then
219: -- Parent integrity has been violated
220: ben_xcr_shd.g_api_dml := false; -- Unset the api dml status
221: ben_xcr_shd.constraint_error
222: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

218: When hr_api.parent_integrity_violated Then
219: -- Parent integrity has been violated
220: ben_xcr_shd.g_api_dml := false; -- Unset the api dml status
221: ben_xcr_shd.constraint_error
222: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
223: When hr_api.unique_integrity_violated Then
224: -- Unique integrity has been violated
225: ben_xcr_shd.g_api_dml := false; -- Unset the api dml status
226: ben_xcr_shd.constraint_error

Line 223: When hr_api.unique_integrity_violated Then

219: -- Parent integrity has been violated
220: ben_xcr_shd.g_api_dml := false; -- Unset the api dml status
221: ben_xcr_shd.constraint_error
222: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
223: When hr_api.unique_integrity_violated Then
224: -- Unique integrity has been violated
225: ben_xcr_shd.g_api_dml := false; -- Unset the api dml status
226: ben_xcr_shd.constraint_error
227: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

223: When hr_api.unique_integrity_violated Then
224: -- Unique integrity has been violated
225: ben_xcr_shd.g_api_dml := false; -- Unset the api dml status
226: ben_xcr_shd.constraint_error
227: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
228: When Others Then
229: ben_xcr_shd.g_api_dml := false; -- Unset the api dml status
230: Raise;
231: End insert_dml;

Line 378: when hr_api.cannot_find_prog_unit then

374: );
375: --
376: exception
377: --
378: when hr_api.cannot_find_prog_unit then
379: --
380: hr_api.cannot_find_prog_unit_error
381: (p_module_name => 'ben_ext_crit_prfl'
382: ,p_hook_type => 'AI');

Line 380: hr_api.cannot_find_prog_unit_error

376: exception
377: --
378: when hr_api.cannot_find_prog_unit then
379: --
380: hr_api.cannot_find_prog_unit_error
381: (p_module_name => 'ben_ext_crit_prfl'
382: ,p_hook_type => 'AI');
383: --
384: end;