DBA Data[Home] [Help]

APPS.OTA_LPE_INS dependencies on HR_API

Line 188: When hr_api.check_integrity_violated Then

184: --
185: --
186: hr_utility.set_location(' Leaving:'||l_proc, 10);
187: Exception
188: When hr_api.check_integrity_violated Then
189: -- A check constraint has been violated
190: --
191: ota_lpe_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.check_integrity_violated Then
189: -- A check constraint has been violated
190: --
191: ota_lpe_shd.constraint_error
192: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
193: When hr_api.parent_integrity_violated Then
194: -- Parent integrity has been violated
195: --
196: ota_lpe_shd.constraint_error

Line 193: When hr_api.parent_integrity_violated Then

189: -- A check constraint has been violated
190: --
191: ota_lpe_shd.constraint_error
192: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
193: When hr_api.parent_integrity_violated Then
194: -- Parent integrity has been violated
195: --
196: ota_lpe_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.parent_integrity_violated Then
194: -- Parent integrity has been violated
195: --
196: ota_lpe_shd.constraint_error
197: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
198: When hr_api.unique_integrity_violated Then
199: -- Unique integrity has been violated
200: --
201: ota_lpe_shd.constraint_error

Line 198: When hr_api.unique_integrity_violated Then

194: -- Parent integrity has been violated
195: --
196: ota_lpe_shd.constraint_error
197: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
198: When hr_api.unique_integrity_violated Then
199: -- Unique integrity has been violated
200: --
201: ota_lpe_shd.constraint_error
202: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

198: When hr_api.unique_integrity_violated Then
199: -- Unique integrity has been violated
200: --
201: ota_lpe_shd.constraint_error
202: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
203: When Others Then
204: --
205: Raise;
206: End insert_dml;

Line 439: when hr_api.cannot_find_prog_unit then

435: );
436: --
437: exception
438: --
439: when hr_api.cannot_find_prog_unit then
440: --
441: hr_api.cannot_find_prog_unit_error
442: (p_module_name => 'OTA_LP_ENROLLMENTS'
443: ,p_hook_type => 'AI');

Line 441: hr_api.cannot_find_prog_unit_error

437: exception
438: --
439: when hr_api.cannot_find_prog_unit then
440: --
441: hr_api.cannot_find_prog_unit_error
442: (p_module_name => 'OTA_LP_ENROLLMENTS'
443: ,p_hook_type => 'AI');
444: --
445: end;