DBA Data[Home] [Help]

APPS.GHR_REI_DEL dependencies on HR_API

Line 66: When hr_api.child_integrity_violated then

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

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

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

Line 220: when hr_api.cannot_find_prog_unit then

216: p_program_id_o => ghr_rei_shd.g_old_rec.program_id ,
217: p_program_update_date_o => ghr_rei_shd.g_old_rec.program_update_date
218: );
219: exception
220: when hr_api.cannot_find_prog_unit then
221: hr_api.cannot_find_prog_unit_error
222: ( p_module_name => 'GHR_PA_REQUEST_EXTRA_INFO'
223: ,p_hook_type => 'AD'
224: );

Line 221: hr_api.cannot_find_prog_unit_error

217: p_program_update_date_o => ghr_rei_shd.g_old_rec.program_update_date
218: );
219: exception
220: when hr_api.cannot_find_prog_unit then
221: hr_api.cannot_find_prog_unit_error
222: ( p_module_name => 'GHR_PA_REQUEST_EXTRA_INFO'
223: ,p_hook_type => 'AD'
224: );
225: end;

Line 280: Raise HR_Api.Validate_Enabled;

276: --
277: -- If we are validating then raise the Validate_Enabled exception
278: --
279: If p_validate then
280: Raise HR_Api.Validate_Enabled;
281: End If;
282: --
283: hr_utility.set_location(' Leaving:'||l_proc, 10);
284: Exception

Line 285: When HR_Api.Validate_Enabled Then

281: End If;
282: --
283: hr_utility.set_location(' Leaving:'||l_proc, 10);
284: Exception
285: When HR_Api.Validate_Enabled Then
286: --
287: -- As the Validate_Enabled exception has been raised
288: -- we must rollback to the savepoint
289: --