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 227: when hr_api.cannot_find_prog_unit then

223: p_retention_potential_o => per_apr_shd.g_old_rec.retention_potential,
224: p_show_participant_comments_o => per_apr_shd.g_old_rec.show_participant_comments -- 8651478 bug fix
225: );
226: exception
227: when hr_api.cannot_find_prog_unit then
228: hr_api.cannot_find_prog_unit_error
229: ( p_module_name => 'PER_APPRAISALS'
230: ,p_hook_type => 'AD'
231: );

Line 228: hr_api.cannot_find_prog_unit_error

224: p_show_participant_comments_o => per_apr_shd.g_old_rec.show_participant_comments -- 8651478 bug fix
225: );
226: exception
227: when hr_api.cannot_find_prog_unit then
228: hr_api.cannot_find_prog_unit_error
229: ( p_module_name => 'PER_APPRAISALS'
230: ,p_hook_type => 'AD'
231: );
232: end;

Line 292: Raise HR_Api.Validate_Enabled;

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

Line 297: When HR_Api.Validate_Enabled Then

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