DBA Data[Home] [Help]

APPS.BEN_PLN_UPD dependencies on HR_API

Line 294: When hr_api.check_integrity_violated Then

290: End If;
291: --
292: hr_utility.set_location(' Leaving:'||l_proc, 15);
293: Exception
294: When hr_api.check_integrity_violated Then
295: -- A check constraint has been violated
296: ben_pln_shd.g_api_dml := false; -- Unset the api dml status
297: ben_pln_shd.constraint_error
298: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

294: When hr_api.check_integrity_violated Then
295: -- A check constraint has been violated
296: ben_pln_shd.g_api_dml := false; -- Unset the api dml status
297: ben_pln_shd.constraint_error
298: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
299: When hr_api.unique_integrity_violated Then
300: -- Unique integrity has been violated
301: ben_pln_shd.g_api_dml := false; -- Unset the api dml status
302: ben_pln_shd.constraint_error

Line 299: When hr_api.unique_integrity_violated Then

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

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

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

Line 975: when hr_api.cannot_find_prog_unit then

971: );
972: --
973: exception
974: --
975: when hr_api.cannot_find_prog_unit then
976: --
977: hr_api.cannot_find_prog_unit_error
978: (p_module_name => 'ben_pl_f'
979: ,p_hook_type => 'AU');

Line 977: hr_api.cannot_find_prog_unit_error

973: exception
974: --
975: when hr_api.cannot_find_prog_unit then
976: --
977: hr_api.cannot_find_prog_unit_error
978: (p_module_name => 'ben_pl_f'
979: ,p_hook_type => 'AU');
980: --
981: end;