DBA Data[Home] [Help]

APPS.PER_ROL_INS dependencies on HR_API

Line 183: When hr_api.check_integrity_violated Then

179: --
180: --
181: hr_utility.set_location(' Leaving:'||l_proc, 10);
182: Exception
183: When hr_api.check_integrity_violated Then
184: -- A check constraint has been violated
185: --
186: per_rol_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

183: When hr_api.check_integrity_violated Then
184: -- A check constraint has been violated
185: --
186: per_rol_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.parent_integrity_violated Then
189: -- Parent integrity has been violated
190: --
191: per_rol_shd.constraint_error

Line 188: When hr_api.parent_integrity_violated Then

184: -- A check constraint has been violated
185: --
186: per_rol_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.parent_integrity_violated Then
189: -- Parent integrity has been violated
190: --
191: per_rol_shd.constraint_error
192: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

188: When hr_api.parent_integrity_violated Then
189: -- Parent integrity has been violated
190: --
191: per_rol_shd.constraint_error
192: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
193: When hr_api.unique_integrity_violated Then
194: -- Unique integrity has been violated
195: --
196: per_rol_shd.constraint_error

Line 193: When hr_api.unique_integrity_violated Then

189: -- Parent integrity has been violated
190: --
191: per_rol_shd.constraint_error
192: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
193: When hr_api.unique_integrity_violated Then
194: -- Unique integrity has been violated
195: --
196: per_rol_shd.constraint_error
197: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

193: When hr_api.unique_integrity_violated Then
194: -- Unique integrity has been violated
195: --
196: per_rol_shd.constraint_error
197: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
198: When Others Then
199: --
200: Raise;
201: End insert_dml;

Line 418: when hr_api.cannot_find_prog_unit then

414: );
415: --
416: exception
417: --
418: when hr_api.cannot_find_prog_unit then
419: --
420: hr_api.cannot_find_prog_unit_error
421: (p_module_name => 'PER_ROLES'
422: ,p_hook_type => 'AI');

Line 420: hr_api.cannot_find_prog_unit_error

416: exception
417: --
418: when hr_api.cannot_find_prog_unit then
419: --
420: hr_api.cannot_find_prog_unit_error
421: (p_module_name => 'PER_ROLES'
422: ,p_hook_type => 'AI');
423: --
424: end;