DBA Data[Home] [Help]

APPS.OTA_TMT_INS dependencies on HR_API

Line 158: When hr_api.check_integrity_violated Then

154: --
155: --
156: hr_utility.set_location(' Leaving:'||l_proc, 10);
157: Exception
158: When hr_api.check_integrity_violated Then
159: -- A check constraint has been violated
160: --
161: ota_tmt_shd.constraint_error
162: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

158: When hr_api.check_integrity_violated Then
159: -- A check constraint has been violated
160: --
161: ota_tmt_shd.constraint_error
162: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
163: When hr_api.parent_integrity_violated Then
164: -- Parent integrity has been violated
165: --
166: ota_tmt_shd.constraint_error

Line 163: When hr_api.parent_integrity_violated Then

159: -- A check constraint has been violated
160: --
161: ota_tmt_shd.constraint_error
162: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
163: When hr_api.parent_integrity_violated Then
164: -- Parent integrity has been violated
165: --
166: ota_tmt_shd.constraint_error
167: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

163: When hr_api.parent_integrity_violated Then
164: -- Parent integrity has been violated
165: --
166: ota_tmt_shd.constraint_error
167: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
168: When hr_api.unique_integrity_violated Then
169: -- Unique integrity has been violated
170: --
171: ota_tmt_shd.constraint_error

Line 168: When hr_api.unique_integrity_violated Then

164: -- Parent integrity has been violated
165: --
166: ota_tmt_shd.constraint_error
167: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
168: When hr_api.unique_integrity_violated Then
169: -- Unique integrity has been violated
170: --
171: ota_tmt_shd.constraint_error
172: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

168: When hr_api.unique_integrity_violated Then
169: -- Unique integrity has been violated
170: --
171: ota_tmt_shd.constraint_error
172: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
173: When Others Then
174: --
175: Raise;
176: End insert_dml;

Line 367: when hr_api.cannot_find_prog_unit then

363: );
364: --
365: exception
366: --
367: when hr_api.cannot_find_prog_unit then
368: --
369: hr_api.cannot_find_prog_unit_error
370: (p_module_name => 'OTA_TP_MEASUREMENT_TYPES'
371: ,p_hook_type => 'AI');

Line 369: hr_api.cannot_find_prog_unit_error

365: exception
366: --
367: when hr_api.cannot_find_prog_unit then
368: --
369: hr_api.cannot_find_prog_unit_error
370: (p_module_name => 'OTA_TP_MEASUREMENT_TYPES'
371: ,p_hook_type => 'AI');
372: --
373: end;