DBA Data[Home] [Help]

APPS.BEN_XEL_INS dependencies on HR_API

Line 240: When hr_api.check_integrity_violated Then

236: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
237: --
238: hr_utility.set_location(' Leaving:'||l_proc, 10);
239: Exception
240: When hr_api.check_integrity_violated Then
241: -- A check constraint has been violated
242: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
243: ben_xel_shd.constraint_error
244: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

240: When hr_api.check_integrity_violated Then
241: -- A check constraint has been violated
242: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
243: ben_xel_shd.constraint_error
244: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
245: When hr_api.parent_integrity_violated Then
246: -- Parent integrity has been violated
247: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
248: ben_xel_shd.constraint_error

Line 245: When hr_api.parent_integrity_violated Then

241: -- A check constraint has been violated
242: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
243: ben_xel_shd.constraint_error
244: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
245: When hr_api.parent_integrity_violated Then
246: -- Parent integrity has been violated
247: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
248: ben_xel_shd.constraint_error
249: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

245: When hr_api.parent_integrity_violated Then
246: -- Parent integrity has been violated
247: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
248: ben_xel_shd.constraint_error
249: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
250: When hr_api.unique_integrity_violated Then
251: -- Unique integrity has been violated
252: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
253: ben_xel_shd.constraint_error

Line 250: When hr_api.unique_integrity_violated Then

246: -- Parent integrity has been violated
247: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
248: ben_xel_shd.constraint_error
249: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
250: When hr_api.unique_integrity_violated Then
251: -- Unique integrity has been violated
252: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
253: ben_xel_shd.constraint_error
254: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

250: When hr_api.unique_integrity_violated Then
251: -- Unique integrity has been violated
252: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
253: ben_xel_shd.constraint_error
254: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
255: When Others Then
256: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
257: Raise;
258: End insert_dml;

Line 424: when hr_api.cannot_find_prog_unit then

420: );
421: --
422: exception
423: --
424: when hr_api.cannot_find_prog_unit then
425: --
426: hr_api.cannot_find_prog_unit_error
427: (p_module_name => 'ben_ext_data_elmt'
428: ,p_hook_type => 'AI');

Line 426: hr_api.cannot_find_prog_unit_error

422: exception
423: --
424: when hr_api.cannot_find_prog_unit then
425: --
426: hr_api.cannot_find_prog_unit_error
427: (p_module_name => 'ben_ext_data_elmt'
428: ,p_hook_type => 'AI');
429: --
430: end;