DBA Data[Home] [Help]

APPS.GHR_PRH_DEL dependencies on HR_API

Line 63: When hr_api.child_integrity_violated then

59:
60: hr_utility.set_location(' Leaving:'||l_proc, 10);
61: --
62: Exception
63: When hr_api.child_integrity_violated then
64: -- Child integrity has been violated
65: ghr_prh_shd.constraint_error
66: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
67: When Others Then

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

62: Exception
63: When hr_api.child_integrity_violated then
64: -- Child integrity has been violated
65: ghr_prh_shd.constraint_error
66: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
67: When Others Then
68: Raise;
69: End delete_dml;
70: --

Line 189: when hr_api.cannot_find_prog_unit then

185: p_object_version_number_o => ghr_prh_shd.g_old_rec.object_version_number
186: );
187:
188: exception
189: when hr_api.cannot_find_prog_unit then
190: hr_api.cannot_find_prog_unit_error
191: ( p_module_name => 'GHR_PA_ROUTING_HISTORY'
192: ,p_hook_type => 'AD'
193: );

Line 190: hr_api.cannot_find_prog_unit_error

186: );
187:
188: exception
189: when hr_api.cannot_find_prog_unit then
190: hr_api.cannot_find_prog_unit_error
191: ( p_module_name => 'GHR_PA_ROUTING_HISTORY'
192: ,p_hook_type => 'AD'
193: );
194: end;

Line 251: Raise HR_Api.Validate_Enabled;

247: --
248: -- If we are validating then raise the Validate_Enabled exception
249: --
250: If p_validate then
251: Raise HR_Api.Validate_Enabled;
252: End If;
253: --
254: hr_utility.set_location(' Leaving:'||l_proc, 10);
255: Exception

Line 256: When HR_Api.Validate_Enabled Then

252: End If;
253: --
254: hr_utility.set_location(' Leaving:'||l_proc, 10);
255: Exception
256: When HR_Api.Validate_Enabled Then
257: --
258: -- As the Validate_Enabled exception has been raised
259: -- we must rollback to the savepoint
260: --