DBA Data[Home] [Help]

APPS.PER_APR_DEL dependencies on HR_API

Line 62: When hr_api.child_integrity_violated then

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

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

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

Line 225: when hr_api.cannot_find_prog_unit then

221: p_plan_id_o => per_apr_shd.g_old_rec.plan_id,
222: p_offline_status_o => per_apr_shd.g_old_rec.offline_status
223: );
224: exception
225: when hr_api.cannot_find_prog_unit then
226: hr_api.cannot_find_prog_unit_error
227: ( p_module_name => 'PER_APPRAISALS'
228: ,p_hook_type => 'AD'
229: );

Line 226: hr_api.cannot_find_prog_unit_error

222: p_offline_status_o => per_apr_shd.g_old_rec.offline_status
223: );
224: exception
225: when hr_api.cannot_find_prog_unit then
226: hr_api.cannot_find_prog_unit_error
227: ( p_module_name => 'PER_APPRAISALS'
228: ,p_hook_type => 'AD'
229: );
230: end;

Line 290: Raise HR_Api.Validate_Enabled;

286:
287: -- If we are validating then raise the Validate_Enabled exception
288:
289: If p_validate then
290: Raise HR_Api.Validate_Enabled;
291: End If;
292:
293: hr_utility.set_location(' Leaving:'||l_proc, 10);
294: Exception

Line 295: When HR_Api.Validate_Enabled Then

291: End If;
292:
293: hr_utility.set_location(' Leaving:'||l_proc, 10);
294: Exception
295: When HR_Api.Validate_Enabled Then
296:
297: -- As the Validate_Enabled exception has been raised
298: -- we must rollback to the savepoint
299: