DBA Data[Home] [Help]

APPS.PER_APT_DEL dependencies on HR_API

Line 60: When hr_api.child_integrity_violated then

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

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

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

Line 212: when hr_api.cannot_find_prog_unit then

208: ,p_show_future_term_employee_o => per_apt_shd.g_old_rec.show_future_term_employee -- 6181267 bug fix
209:
210: );
211: exception
212: when hr_api.cannot_find_prog_unit then
213: hr_api.cannot_find_prog_unit_error
214: ( p_module_name => 'PER_APPRAISAL_TEMPLATES'
215: ,p_hook_type => 'AD'
216: );

Line 213: hr_api.cannot_find_prog_unit_error

209:
210: );
211: exception
212: when hr_api.cannot_find_prog_unit then
213: hr_api.cannot_find_prog_unit_error
214: ( p_module_name => 'PER_APPRAISAL_TEMPLATES'
215: ,p_hook_type => 'AD'
216: );
217: end;

Line 273: Raise HR_Api.Validate_Enabled;

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

Line 278: When HR_Api.Validate_Enabled Then

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