DBA Data[Home] [Help]

APPS.PER_CPN_INS dependencies on HR_API

Line 203: When hr_api.check_integrity_violated Then

199: );
200: --
201: hr_utility.set_location(' Leaving:'||l_proc, 10);
202: Exception
203: When hr_api.check_integrity_violated Then
204: -- A check constraint has been violated
205: per_cpn_shd.constraint_error
206: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
207: When hr_api.parent_integrity_violated Then

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

202: Exception
203: When hr_api.check_integrity_violated Then
204: -- A check constraint has been violated
205: per_cpn_shd.constraint_error
206: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
207: When hr_api.parent_integrity_violated Then
208: -- Parent integrity has been violated
209: per_cpn_shd.constraint_error
210: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 207: When hr_api.parent_integrity_violated Then

203: When hr_api.check_integrity_violated Then
204: -- A check constraint has been violated
205: per_cpn_shd.constraint_error
206: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
207: When hr_api.parent_integrity_violated Then
208: -- Parent integrity has been violated
209: per_cpn_shd.constraint_error
210: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
211: When hr_api.unique_integrity_violated Then

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

206: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
207: When hr_api.parent_integrity_violated Then
208: -- Parent integrity has been violated
209: per_cpn_shd.constraint_error
210: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
211: When hr_api.unique_integrity_violated Then
212: -- Unique integrity has been violated
213: per_cpn_shd.constraint_error
214: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 211: When hr_api.unique_integrity_violated Then

207: When hr_api.parent_integrity_violated Then
208: -- Parent integrity has been violated
209: per_cpn_shd.constraint_error
210: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
211: When hr_api.unique_integrity_violated Then
212: -- Unique integrity has been violated
213: per_cpn_shd.constraint_error
214: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
215: When Others Then

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

210: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
211: When hr_api.unique_integrity_violated Then
212: -- Unique integrity has been violated
213: per_cpn_shd.constraint_error
214: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
215: When Others Then
216: Raise;
217: End insert_dml;
218: --

Line 386: when hr_api.cannot_find_prog_unit then

382: p_information19 => p_rec.information19 ,
383: p_information20 => p_rec.information20
384: );
385: exception
386: when hr_api.cannot_find_prog_unit then
387: hr_api.cannot_find_prog_unit_error
388: ( p_module_name => 'PER_COMPETENCES'
389: ,p_hook_type => 'AI'
390: );

Line 387: hr_api.cannot_find_prog_unit_error

383: p_information20 => p_rec.information20
384: );
385: exception
386: when hr_api.cannot_find_prog_unit then
387: hr_api.cannot_find_prog_unit_error
388: ( p_module_name => 'PER_COMPETENCES'
389: ,p_hook_type => 'AI'
390: );
391: end;

Line 440: Raise HR_Api.Validate_Enabled;

436: --
437: -- If we are validating then raise the Validate_Enabled exception
438: --
439: If p_validate then
440: Raise HR_Api.Validate_Enabled;
441: End If;
442: --
443: hr_utility.set_location(' Leaving:'||l_proc, 10);
444: Exception

Line 445: When HR_Api.Validate_Enabled Then

441: End If;
442: --
443: hr_utility.set_location(' Leaving:'||l_proc, 10);
444: Exception
445: When HR_Api.Validate_Enabled Then
446: --
447: -- As the Validate_Enabled exception has been raised
448: -- we must rollback to the savepoint
449: --