DBA Data[Home] [Help]

APPS.BEN_PLN_UPD dependencies on HR_API

Line 292: When hr_api.check_integrity_violated Then

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

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

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

Line 297: When hr_api.unique_integrity_violated Then

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

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

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

Line 969: when hr_api.cannot_find_prog_unit then

965: );
966: --
967: exception
968: --
969: when hr_api.cannot_find_prog_unit then
970: --
971: hr_api.cannot_find_prog_unit_error
972: (p_module_name => 'ben_pl_f'
973: ,p_hook_type => 'AU');

Line 971: hr_api.cannot_find_prog_unit_error

967: exception
968: --
969: when hr_api.cannot_find_prog_unit then
970: --
971: hr_api.cannot_find_prog_unit_error
972: (p_module_name => 'ben_pl_f'
973: ,p_hook_type => 'AU');
974: --
975: end;