DBA Data[Home] [Help]

APPS.PER_PEA_DEL dependencies on HR_API

Line 70: When hr_api.child_integrity_violated then

66: --
67: hr_utility.set_location(' Leaving:'||l_proc, 10);
68: --
69: Exception
70: When hr_api.child_integrity_violated then
71: -- Child integrity has been violated
72: per_pea_shd.g_api_dml := false; -- Unset the api dml status
73: per_pea_shd.constraint_error
74: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

70: When hr_api.child_integrity_violated then
71: -- Child integrity has been violated
72: per_pea_shd.g_api_dml := false; -- Unset the api dml status
73: per_pea_shd.constraint_error
74: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
75: When Others Then
76: per_pea_shd.g_api_dml := false; -- Unset the api dml status
77: Raise;
78: End delete_dml;

Line 202: when hr_api.cannot_find_prog_unit then

198: p_attribute20_o => per_pea_shd.g_old_rec.attribute20,
199: p_object_version_number_o => per_pea_shd.g_old_rec.object_version_number
200: );
201: exception
202: when hr_api.cannot_find_prog_unit then
203: hr_api.cannot_find_prog_unit_error
204: (p_module_name => 'PER_PERSON_ANALYSES'
205: ,p_hook_type => 'AD'
206: );

Line 203: hr_api.cannot_find_prog_unit_error

199: p_object_version_number_o => per_pea_shd.g_old_rec.object_version_number
200: );
201: exception
202: when hr_api.cannot_find_prog_unit then
203: hr_api.cannot_find_prog_unit_error
204: (p_module_name => 'PER_PERSON_ANALYSES'
205: ,p_hook_type => 'AD'
206: );
207: end;

Line 271: Raise HR_Api.Validate_Enabled;

267: --
268: -- If we are validating then raise the Validate_Enabled exception
269: --
270: If p_validate then
271: Raise HR_Api.Validate_Enabled;
272: End If;
273: --
274: hr_utility.set_location(' Leaving:'||l_proc, 10);
275: Exception

Line 276: When HR_Api.Validate_Enabled Then

272: End If;
273: --
274: hr_utility.set_location(' Leaving:'||l_proc, 10);
275: Exception
276: When HR_Api.Validate_Enabled Then
277: --
278: -- As the Validate_Enabled exception has been raised
279: -- we must rollback to the savepoint
280: --