DBA Data[Home] [Help]

APPS.PER_APR_INS dependencies on HR_API

Line 225: When hr_api.check_integrity_violated Then

221:
222:
223: hr_utility.set_location(' Leaving:'||l_proc, 10);
224: Exception
225: When hr_api.check_integrity_violated Then
226: -- A check constraint has been violated
227: per_apr_shd.constraint_error
228: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
229: When hr_api.parent_integrity_violated Then

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

224: Exception
225: When hr_api.check_integrity_violated Then
226: -- A check constraint has been violated
227: per_apr_shd.constraint_error
228: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
229: When hr_api.parent_integrity_violated Then
230: -- Parent integrity has been violated
231: per_apr_shd.constraint_error
232: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 229: When hr_api.parent_integrity_violated Then

225: When hr_api.check_integrity_violated Then
226: -- A check constraint has been violated
227: per_apr_shd.constraint_error
228: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
229: When hr_api.parent_integrity_violated Then
230: -- Parent integrity has been violated
231: per_apr_shd.constraint_error
232: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
233: When hr_api.unique_integrity_violated Then

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

228: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
229: When hr_api.parent_integrity_violated Then
230: -- Parent integrity has been violated
231: per_apr_shd.constraint_error
232: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
233: When hr_api.unique_integrity_violated Then
234: -- Unique integrity has been violated
235: per_apr_shd.constraint_error
236: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 233: When hr_api.unique_integrity_violated Then

229: When hr_api.parent_integrity_violated Then
230: -- Parent integrity has been violated
231: per_apr_shd.constraint_error
232: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
233: When hr_api.unique_integrity_violated Then
234: -- Unique integrity has been violated
235: per_apr_shd.constraint_error
236: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
237: When Others Then

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

232: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
233: When hr_api.unique_integrity_violated Then
234: -- Unique integrity has been violated
235: per_apr_shd.constraint_error
236: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
237: When Others Then
238: Raise;
239: End insert_dml;
240:

Line 441: when hr_api.cannot_find_prog_unit then

437: p_plan_id => p_rec.plan_id,
438: p_offline_status => p_rec.offline_status
439: );
440: exception
441: when hr_api.cannot_find_prog_unit then
442: hr_api.cannot_find_prog_unit_error
443: ( p_module_name => 'PER_APPRAISALS'
444: ,p_hook_type => 'AI'
445: );

Line 442: hr_api.cannot_find_prog_unit_error

438: p_offline_status => p_rec.offline_status
439: );
440: exception
441: when hr_api.cannot_find_prog_unit then
442: hr_api.cannot_find_prog_unit_error
443: ( p_module_name => 'PER_APPRAISALS'
444: ,p_hook_type => 'AI'
445: );
446: end;

Line 501: Raise HR_Api.Validate_Enabled;

497:
498: -- If we are validating then raise the Validate_Enabled exception
499:
500: If p_validate then
501: Raise HR_Api.Validate_Enabled;
502: End If;
503:
504: hr_utility.set_location(' Leaving:'||l_proc, 10);
505: Exception

Line 506: When HR_Api.Validate_Enabled Then

502: End If;
503:
504: hr_utility.set_location(' Leaving:'||l_proc, 10);
505: Exception
506: When HR_Api.Validate_Enabled Then
507:
508: -- As the Validate_Enabled exception has been raised
509: -- we must rollback to the savepoint
510: