DBA Data[Home] [Help]

APPS.OTA_ANC_INS dependencies on HR_API

Line 152: When hr_api.check_integrity_violated Then

148: --
149: --
150: hr_utility.set_location(' Leaving:'||l_proc, 10);
151: Exception
152: When hr_api.check_integrity_violated Then
153: -- A check constraint has been violated
154: --
155: ota_anc_shd.constraint_error
156: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

152: When hr_api.check_integrity_violated Then
153: -- A check constraint has been violated
154: --
155: ota_anc_shd.constraint_error
156: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
157: When hr_api.parent_integrity_violated Then
158: -- Parent integrity has been violated
159: --
160: ota_anc_shd.constraint_error

Line 157: When hr_api.parent_integrity_violated Then

153: -- A check constraint has been violated
154: --
155: ota_anc_shd.constraint_error
156: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
157: When hr_api.parent_integrity_violated Then
158: -- Parent integrity has been violated
159: --
160: ota_anc_shd.constraint_error
161: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

157: When hr_api.parent_integrity_violated Then
158: -- Parent integrity has been violated
159: --
160: ota_anc_shd.constraint_error
161: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
162: When hr_api.unique_integrity_violated Then
163: -- Unique integrity has been violated
164: --
165: ota_anc_shd.constraint_error

Line 162: When hr_api.unique_integrity_violated Then

158: -- Parent integrity has been violated
159: --
160: ota_anc_shd.constraint_error
161: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
162: When hr_api.unique_integrity_violated Then
163: -- Unique integrity has been violated
164: --
165: ota_anc_shd.constraint_error
166: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

162: When hr_api.unique_integrity_violated Then
163: -- Unique integrity has been violated
164: --
165: ota_anc_shd.constraint_error
166: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
167: When Others Then
168: --
169: Raise;
170: 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_ANNOUNCEMENTS'
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_ANNOUNCEMENTS'
371: ,p_hook_type => 'AI');
372: --
373: end;