DBA Data[Home] [Help]

APPS.OTA_LPS_INS dependencies on HR_API

Line 174: When hr_api.check_integrity_violated Then

170: --
171: --
172: hr_utility.set_location(' Leaving:'||l_proc, 10);
173: Exception
174: When hr_api.check_integrity_violated Then
175: -- A check constraint has been violated
176: --
177: ota_lps_shd.constraint_error
178: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

174: When hr_api.check_integrity_violated Then
175: -- A check constraint has been violated
176: --
177: ota_lps_shd.constraint_error
178: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
179: When hr_api.parent_integrity_violated Then
180: -- Parent integrity has been violated
181: --
182: ota_lps_shd.constraint_error

Line 179: When hr_api.parent_integrity_violated Then

175: -- A check constraint has been violated
176: --
177: ota_lps_shd.constraint_error
178: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
179: When hr_api.parent_integrity_violated Then
180: -- Parent integrity has been violated
181: --
182: ota_lps_shd.constraint_error
183: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

179: When hr_api.parent_integrity_violated Then
180: -- Parent integrity has been violated
181: --
182: ota_lps_shd.constraint_error
183: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
184: When hr_api.unique_integrity_violated Then
185: -- Unique integrity has been violated
186: --
187: ota_lps_shd.constraint_error

Line 184: When hr_api.unique_integrity_violated Then

180: -- Parent integrity has been violated
181: --
182: ota_lps_shd.constraint_error
183: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
184: When hr_api.unique_integrity_violated Then
185: -- Unique integrity has been violated
186: --
187: ota_lps_shd.constraint_error
188: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

184: When hr_api.unique_integrity_violated Then
185: -- Unique integrity has been violated
186: --
187: ota_lps_shd.constraint_error
188: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
189: When Others Then
190: --
191: Raise;
192: End insert_dml;

Line 413: when hr_api.cannot_find_prog_unit then

409: );
410: --
411: exception
412: --
413: when hr_api.cannot_find_prog_unit then
414: --
415: hr_api.cannot_find_prog_unit_error
416: (p_module_name => 'OTA_LEARNING_PATHS'
417: ,p_hook_type => 'AI');

Line 415: hr_api.cannot_find_prog_unit_error

411: exception
412: --
413: when hr_api.cannot_find_prog_unit then
414: --
415: hr_api.cannot_find_prog_unit_error
416: (p_module_name => 'OTA_LEARNING_PATHS'
417: ,p_hook_type => 'AI');
418: --
419: end;