DBA Data[Home] [Help]

APPS.OTA_TPS_INS dependencies on HR_API

Line 189: When hr_api.check_integrity_violated Then

185: ota_tps_shd.g_api_dml := false; -- Unset the api dml status
186: --
187: hr_utility.set_location(' Leaving:'||l_proc, 10);
188: Exception
189: When hr_api.check_integrity_violated Then
190: -- A check constraint has been violated
191: ota_tps_shd.g_api_dml := false; -- Unset the api dml status
192: ota_tps_shd.constraint_error
193: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

189: When hr_api.check_integrity_violated Then
190: -- A check constraint has been violated
191: ota_tps_shd.g_api_dml := false; -- Unset the api dml status
192: ota_tps_shd.constraint_error
193: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
194: When hr_api.parent_integrity_violated Then
195: -- Parent integrity has been violated
196: ota_tps_shd.g_api_dml := false; -- Unset the api dml status
197: ota_tps_shd.constraint_error

Line 194: When hr_api.parent_integrity_violated Then

190: -- A check constraint has been violated
191: ota_tps_shd.g_api_dml := false; -- Unset the api dml status
192: ota_tps_shd.constraint_error
193: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
194: When hr_api.parent_integrity_violated Then
195: -- Parent integrity has been violated
196: ota_tps_shd.g_api_dml := false; -- Unset the api dml status
197: ota_tps_shd.constraint_error
198: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

194: When hr_api.parent_integrity_violated Then
195: -- Parent integrity has been violated
196: ota_tps_shd.g_api_dml := false; -- Unset the api dml status
197: ota_tps_shd.constraint_error
198: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
199: When hr_api.unique_integrity_violated Then
200: -- Unique integrity has been violated
201: ota_tps_shd.g_api_dml := false; -- Unset the api dml status
202: ota_tps_shd.constraint_error

Line 199: When hr_api.unique_integrity_violated Then

195: -- Parent integrity has been violated
196: ota_tps_shd.g_api_dml := false; -- Unset the api dml status
197: ota_tps_shd.constraint_error
198: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
199: When hr_api.unique_integrity_violated Then
200: -- Unique integrity has been violated
201: ota_tps_shd.g_api_dml := false; -- Unset the api dml status
202: ota_tps_shd.constraint_error
203: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

199: When hr_api.unique_integrity_violated Then
200: -- Unique integrity has been violated
201: ota_tps_shd.g_api_dml := false; -- Unset the api dml status
202: ota_tps_shd.constraint_error
203: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
204: When Others Then
205: ota_tps_shd.g_api_dml := false; -- Unset the api dml status
206: Raise;
207: 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_TRAINING_PLANS'
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_TRAINING_PLANS'
443: ,p_hook_type => 'AI');
444: --
445: end;