DBA Data[Home] [Help]

APPS.OTA_CTU_INS dependencies on HR_API

Line 165: When hr_api.check_integrity_violated Then

161: --
162: --
163: hr_utility.set_location(' Leaving:'||l_proc, 10);
164: Exception
165: When hr_api.check_integrity_violated Then
166: -- A check constraint has been violated
167: --
168: ota_ctu_shd.constraint_error
169: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

165: When hr_api.check_integrity_violated Then
166: -- A check constraint has been violated
167: --
168: ota_ctu_shd.constraint_error
169: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
170: When hr_api.parent_integrity_violated Then
171: -- Parent integrity has been violated
172: --
173: ota_ctu_shd.constraint_error

Line 170: When hr_api.parent_integrity_violated Then

166: -- A check constraint has been violated
167: --
168: ota_ctu_shd.constraint_error
169: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
170: When hr_api.parent_integrity_violated Then
171: -- Parent integrity has been violated
172: --
173: ota_ctu_shd.constraint_error
174: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

170: When hr_api.parent_integrity_violated Then
171: -- Parent integrity has been violated
172: --
173: ota_ctu_shd.constraint_error
174: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
175: When hr_api.unique_integrity_violated Then
176: -- Unique integrity has been violated
177: --
178: ota_ctu_shd.constraint_error

Line 175: When hr_api.unique_integrity_violated Then

171: -- Parent integrity has been violated
172: --
173: ota_ctu_shd.constraint_error
174: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
175: When hr_api.unique_integrity_violated Then
176: -- Unique integrity has been violated
177: --
178: ota_ctu_shd.constraint_error
179: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

175: When hr_api.unique_integrity_violated Then
176: -- Unique integrity has been violated
177: --
178: ota_ctu_shd.constraint_error
179: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
180: When Others Then
181: --
182: Raise;
183: End insert_dml;

Line 392: when hr_api.cannot_find_prog_unit then

388: );
389: --
390: exception
391: --
392: when hr_api.cannot_find_prog_unit then
393: --
394: hr_api.cannot_find_prog_unit_error
395: (p_module_name => 'OTA_CATEGORY_USAGES'
396: ,p_hook_type => 'AI');

Line 394: hr_api.cannot_find_prog_unit_error

390: exception
391: --
392: when hr_api.cannot_find_prog_unit then
393: --
394: hr_api.cannot_find_prog_unit_error
395: (p_module_name => 'OTA_CATEGORY_USAGES'
396: ,p_hook_type => 'AI');
397: --
398: end;