DBA Data[Home] [Help]

APPS.OTA_NHS_INS dependencies on HR_API

Line 180: When hr_api.check_integrity_violated Then

176: ota_nhs_shd.g_api_dml := false; -- Unset the api dml status
177: --
178: hr_utility.set_location(' Leaving:'||l_proc, 10);
179: Exception
180: When hr_api.check_integrity_violated Then
181: -- A check constraint has been violated
182: ota_nhs_shd.g_api_dml := false; -- Unset the api dml status
183: ota_nhs_shd.constraint_error
184: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

180: When hr_api.check_integrity_violated Then
181: -- A check constraint has been violated
182: ota_nhs_shd.g_api_dml := false; -- Unset the api dml status
183: ota_nhs_shd.constraint_error
184: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
185: When hr_api.parent_integrity_violated Then
186: -- Parent integrity has been violated
187: ota_nhs_shd.g_api_dml := false; -- Unset the api dml status
188: ota_nhs_shd.constraint_error

Line 185: When hr_api.parent_integrity_violated Then

181: -- A check constraint has been violated
182: ota_nhs_shd.g_api_dml := false; -- Unset the api dml status
183: ota_nhs_shd.constraint_error
184: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
185: When hr_api.parent_integrity_violated Then
186: -- Parent integrity has been violated
187: ota_nhs_shd.g_api_dml := false; -- Unset the api dml status
188: ota_nhs_shd.constraint_error
189: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

185: When hr_api.parent_integrity_violated Then
186: -- Parent integrity has been violated
187: ota_nhs_shd.g_api_dml := false; -- Unset the api dml status
188: ota_nhs_shd.constraint_error
189: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
190: When hr_api.unique_integrity_violated Then
191: -- Unique integrity has been violated
192: ota_nhs_shd.g_api_dml := false; -- Unset the api dml status
193: ota_nhs_shd.constraint_error

Line 190: When hr_api.unique_integrity_violated Then

186: -- Parent integrity has been violated
187: ota_nhs_shd.g_api_dml := false; -- Unset the api dml status
188: ota_nhs_shd.constraint_error
189: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
190: When hr_api.unique_integrity_violated Then
191: -- Unique integrity has been violated
192: ota_nhs_shd.g_api_dml := false; -- Unset the api dml status
193: ota_nhs_shd.constraint_error
194: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

190: When hr_api.unique_integrity_violated Then
191: -- Unique integrity has been violated
192: ota_nhs_shd.g_api_dml := false; -- Unset the api dml status
193: ota_nhs_shd.constraint_error
194: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
195: When Others Then
196: ota_nhs_shd.g_api_dml := false; -- Unset the api dml status
197: Raise;
198: End insert_dml;

Line 420: when hr_api.cannot_find_prog_unit then

416: );
417: --
418: exception
419: --
420: when hr_api.cannot_find_prog_unit then
421: --
422: hr_api.cannot_find_prog_unit_error
423: (p_module_name => 'OTA_NOTRNG_HISTORIES'
424: ,p_hook_type => 'AI');

Line 422: hr_api.cannot_find_prog_unit_error

418: exception
419: --
420: when hr_api.cannot_find_prog_unit then
421: --
422: hr_api.cannot_find_prog_unit_error
423: (p_module_name => 'OTA_NOTRNG_HISTORIES'
424: ,p_hook_type => 'AI');
425: --
426: end;