DBA Data[Home] [Help]

APPS.HR_EAP_INS dependencies on HR_API

Line 200: When hr_api.check_integrity_violated Then

196: --
197: --
198: hr_utility.set_location(' Leaving:'||l_proc, 10);
199: Exception
200: When hr_api.check_integrity_violated Then
201: -- A check constraint has been violated
202: --
203: hr_eap_shd.constraint_error
204: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

200: When hr_api.check_integrity_violated Then
201: -- A check constraint has been violated
202: --
203: hr_eap_shd.constraint_error
204: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
205: When hr_api.parent_integrity_violated Then
206: -- Parent integrity has been violated
207: --
208: hr_eap_shd.constraint_error

Line 205: When hr_api.parent_integrity_violated Then

201: -- A check constraint has been violated
202: --
203: hr_eap_shd.constraint_error
204: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
205: When hr_api.parent_integrity_violated Then
206: -- Parent integrity has been violated
207: --
208: hr_eap_shd.constraint_error
209: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

205: When hr_api.parent_integrity_violated Then
206: -- Parent integrity has been violated
207: --
208: hr_eap_shd.constraint_error
209: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
210: When hr_api.unique_integrity_violated Then
211: -- Unique integrity has been violated
212: --
213: hr_eap_shd.constraint_error

Line 210: When hr_api.unique_integrity_violated Then

206: -- Parent integrity has been violated
207: --
208: hr_eap_shd.constraint_error
209: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
210: When hr_api.unique_integrity_violated Then
211: -- Unique integrity has been violated
212: --
213: hr_eap_shd.constraint_error
214: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

210: When hr_api.unique_integrity_violated Then
211: -- Unique integrity has been violated
212: --
213: hr_eap_shd.constraint_error
214: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
215: When Others Then
216: --
217: Raise;
218: End insert_dml;

Line 365: when hr_api.cannot_find_prog_unit then

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

Line 367: hr_api.cannot_find_prog_unit_error

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