DBA Data[Home] [Help]

APPS.BEN_CPD_INS dependencies on HR_API

Line 290: When hr_api.check_integrity_violated Then

286: ben_cpd_shd.g_api_dml := false; -- Unset the api dml status
287: --
288: hr_utility.set_location(' Leaving:'||l_proc, 10);
289: Exception
290: When hr_api.check_integrity_violated Then
291: -- A check constraint has been violated
292: ben_cpd_shd.g_api_dml := false; -- Unset the api dml status
293: ben_cpd_shd.constraint_error
294: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

290: When hr_api.check_integrity_violated Then
291: -- A check constraint has been violated
292: ben_cpd_shd.g_api_dml := false; -- Unset the api dml status
293: ben_cpd_shd.constraint_error
294: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
295: When hr_api.parent_integrity_violated Then
296: -- Parent integrity has been violated
297: ben_cpd_shd.g_api_dml := false; -- Unset the api dml status
298: ben_cpd_shd.constraint_error

Line 295: When hr_api.parent_integrity_violated Then

291: -- A check constraint has been violated
292: ben_cpd_shd.g_api_dml := false; -- Unset the api dml status
293: ben_cpd_shd.constraint_error
294: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
295: When hr_api.parent_integrity_violated Then
296: -- Parent integrity has been violated
297: ben_cpd_shd.g_api_dml := false; -- Unset the api dml status
298: ben_cpd_shd.constraint_error
299: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

295: When hr_api.parent_integrity_violated Then
296: -- Parent integrity has been violated
297: ben_cpd_shd.g_api_dml := false; -- Unset the api dml status
298: ben_cpd_shd.constraint_error
299: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
300: When hr_api.unique_integrity_violated Then
301: -- Unique integrity has been violated
302: ben_cpd_shd.g_api_dml := false; -- Unset the api dml status
303: ben_cpd_shd.constraint_error

Line 300: When hr_api.unique_integrity_violated Then

296: -- Parent integrity has been violated
297: ben_cpd_shd.g_api_dml := false; -- Unset the api dml status
298: ben_cpd_shd.constraint_error
299: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
300: When hr_api.unique_integrity_violated Then
301: -- Unique integrity has been violated
302: ben_cpd_shd.g_api_dml := false; -- Unset the api dml status
303: ben_cpd_shd.constraint_error
304: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

300: When hr_api.unique_integrity_violated Then
301: -- Unique integrity has been violated
302: ben_cpd_shd.g_api_dml := false; -- Unset the api dml status
303: ben_cpd_shd.constraint_error
304: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
305: When Others Then
306: ben_cpd_shd.g_api_dml := false; -- Unset the api dml status
307: Raise;
308: End insert_dml;

Line 647: when hr_api.cannot_find_prog_unit then

643: );
644: --
645: exception
646: --
647: when hr_api.cannot_find_prog_unit then
648: --
649: hr_api.cannot_find_prog_unit_error
650: (p_module_name => 'BEN_CWB_PL_DSGN'
651: ,p_hook_type => 'AI');

Line 649: hr_api.cannot_find_prog_unit_error

645: exception
646: --
647: when hr_api.cannot_find_prog_unit then
648: --
649: hr_api.cannot_find_prog_unit_error
650: (p_module_name => 'BEN_CWB_PL_DSGN'
651: ,p_hook_type => 'AI');
652: --
653: end;