DBA Data[Home] [Help]

APPS.HR_LEI_INS dependencies on HR_API

Line 200: When hr_api.check_integrity_violated Then

196: -- hr_lei_shd.g_api_dml := false; -- Unset the api dml status
197: --
198: hr_utility.set_location(' Leaving:'||l_proc, 10);
199: Exception
200: When hr_api.check_integrity_violated Then
201: -- A check constraint has been violated
202: -- hr_lei_shd.g_api_dml := false; -- Unset the api dml status
203: hr_lei_shd.constraint_error
204: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

200: When hr_api.check_integrity_violated Then
201: -- A check constraint has been violated
202: -- hr_lei_shd.g_api_dml := false; -- Unset the api dml status
203: hr_lei_shd.constraint_error
204: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
205: When hr_api.parent_integrity_violated Then
206: -- Parent integrity has been violated
207: -- hr_lei_shd.g_api_dml := false; -- Unset the api dml status
208: hr_lei_shd.constraint_error

Line 205: When hr_api.parent_integrity_violated Then

201: -- A check constraint has been violated
202: -- hr_lei_shd.g_api_dml := false; -- Unset the api dml status
203: hr_lei_shd.constraint_error
204: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
205: When hr_api.parent_integrity_violated Then
206: -- Parent integrity has been violated
207: -- hr_lei_shd.g_api_dml := false; -- Unset the api dml status
208: hr_lei_shd.constraint_error
209: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

205: When hr_api.parent_integrity_violated Then
206: -- Parent integrity has been violated
207: -- hr_lei_shd.g_api_dml := false; -- Unset the api dml status
208: hr_lei_shd.constraint_error
209: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
210: When hr_api.unique_integrity_violated Then
211: -- Unique integrity has been violated
212: -- hr_lei_shd.g_api_dml := false; -- Unset the api dml status
213: hr_lei_shd.constraint_error

Line 210: When hr_api.unique_integrity_violated Then

206: -- Parent integrity has been violated
207: -- hr_lei_shd.g_api_dml := false; -- Unset the api dml status
208: hr_lei_shd.constraint_error
209: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
210: When hr_api.unique_integrity_violated Then
211: -- Unique integrity has been violated
212: -- hr_lei_shd.g_api_dml := false; -- Unset the api dml status
213: hr_lei_shd.constraint_error
214: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

210: When hr_api.unique_integrity_violated Then
211: -- Unique integrity has been violated
212: -- hr_lei_shd.g_api_dml := false; -- Unset the api dml status
213: hr_lei_shd.constraint_error
214: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
215: When Others Then
216: -- hr_lei_shd.g_api_dml := false; -- Unset the api dml status
217: Raise;
218: End insert_dml;

Line 380: when hr_api.cannot_find_prog_unit then

376: p_lei_information29 => p_rec.lei_information29,
377: p_lei_information30 => p_rec.lei_information30
378: );
379: exception
380: when hr_api.cannot_find_prog_unit then
381: hr_api.cannot_find_prog_unit_error
382: ( p_module_name => 'HR_LOCATION_EXTRA_INFO'
383: ,p_hook_type => 'AI'
384: );

Line 381: hr_api.cannot_find_prog_unit_error

377: p_lei_information30 => p_rec.lei_information30
378: );
379: exception
380: when hr_api.cannot_find_prog_unit then
381: hr_api.cannot_find_prog_unit_error
382: ( p_module_name => 'HR_LOCATION_EXTRA_INFO'
383: ,p_hook_type => 'AI'
384: );
385: end;

Line 433: Raise HR_Api.Validate_Enabled;

429: --
430: -- If we are validating then raise the Validate_Enabled exception
431: --
432: If p_validate then
433: Raise HR_Api.Validate_Enabled;
434: End If;
435: --
436: hr_utility.set_location(' Leaving:'||l_proc, 10);
437: Exception

Line 438: When HR_Api.Validate_Enabled Then

434: End If;
435: --
436: hr_utility.set_location(' Leaving:'||l_proc, 10);
437: Exception
438: When HR_Api.Validate_Enabled Then
439: --
440: -- As the Validate_Enabled exception has been raised
441: -- we must rollback to the savepoint
442: --