DBA Data[Home] [Help]

APPS.PER_RAA_INS dependencies on HR_API

Line 204: When hr_api.check_integrity_violated Then

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

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

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

Line 209: When hr_api.parent_integrity_violated Then

205: -- A check constraint has been violated
206: --
207: per_raa_shd.constraint_error
208: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
209: When hr_api.parent_integrity_violated Then
210: -- Parent integrity has been violated
211: --
212: per_raa_shd.constraint_error
213: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

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

Line 214: When hr_api.unique_integrity_violated Then

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

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

214: When hr_api.unique_integrity_violated Then
215: -- Unique integrity has been violated
216: --
217: per_raa_shd.constraint_error
218: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
219: When Others Then
220: --
221: Raise;
222: End insert_dml;

Line 459: when hr_api.cannot_find_prog_unit then

455: );
456: --
457: exception
458: --
459: when hr_api.cannot_find_prog_unit then
460: --
461: hr_api.cannot_find_prog_unit_error
462: (p_module_name => 'PER_RECRUITMENT_ACTIVITIES'
463: ,p_hook_type => 'AI');

Line 461: hr_api.cannot_find_prog_unit_error

457: exception
458: --
459: when hr_api.cannot_find_prog_unit then
460: --
461: hr_api.cannot_find_prog_unit_error
462: (p_module_name => 'PER_RECRUITMENT_ACTIVITIES'
463: ,p_hook_type => 'AI');
464: --
465: end;