DBA Data[Home] [Help]

APPS.BEN_PEL_INS dependencies on HR_API

Line 232: When hr_api.check_integrity_violated Then

228: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
229: --
230: hr_utility.set_location(' Leaving:'||l_proc, 10);
231: Exception
232: When hr_api.check_integrity_violated Then
233: -- A check constraint has been violated
234: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
235: ben_pel_shd.constraint_error
236: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

232: When hr_api.check_integrity_violated Then
233: -- A check constraint has been violated
234: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
235: ben_pel_shd.constraint_error
236: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
237: When hr_api.parent_integrity_violated Then
238: -- Parent integrity has been violated
239: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
240: ben_pel_shd.constraint_error

Line 237: When hr_api.parent_integrity_violated Then

233: -- A check constraint has been violated
234: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
235: ben_pel_shd.constraint_error
236: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
237: When hr_api.parent_integrity_violated Then
238: -- Parent integrity has been violated
239: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
240: ben_pel_shd.constraint_error
241: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

237: When hr_api.parent_integrity_violated Then
238: -- Parent integrity has been violated
239: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
240: ben_pel_shd.constraint_error
241: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
242: When hr_api.unique_integrity_violated Then
243: -- Unique integrity has been violated
244: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
245: ben_pel_shd.constraint_error

Line 242: When hr_api.unique_integrity_violated Then

238: -- Parent integrity has been violated
239: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
240: ben_pel_shd.constraint_error
241: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
242: When hr_api.unique_integrity_violated Then
243: -- Unique integrity has been violated
244: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
245: ben_pel_shd.constraint_error
246: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

242: When hr_api.unique_integrity_violated Then
243: -- Unique integrity has been violated
244: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
245: ben_pel_shd.constraint_error
246: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
247: When Others Then
248: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
249: Raise;
250: End insert_dml;

Line 439: when hr_api.cannot_find_prog_unit then

435: );
436: --
437: exception
438: --
439: when hr_api.cannot_find_prog_unit then
440: --
441: hr_api.cannot_find_prog_unit_error
442: (p_module_name => 'ben_pil_elctbl_chc_popl'
443: ,p_hook_type => 'AI');

Line 441: hr_api.cannot_find_prog_unit_error

437: exception
438: --
439: when hr_api.cannot_find_prog_unit then
440: --
441: hr_api.cannot_find_prog_unit_error
442: (p_module_name => 'ben_pil_elctbl_chc_popl'
443: ,p_hook_type => 'AI');
444: --
445: end;