DBA Data[Home] [Help]

APPS.PER_CEO_INS dependencies on HR_API

Line 194: When hr_api.check_integrity_violated Then

190: per_ceo_shd.g_api_dml := false; -- Unset the api dml status
191: --
192: hr_utility.set_location(' Leaving:'||l_proc, 10);
193: Exception
194: When hr_api.check_integrity_violated Then
195: -- A check constraint has been violated
196: per_ceo_shd.g_api_dml := false; -- Unset the api dml status
197: per_ceo_shd.constraint_error
198: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

194: When hr_api.check_integrity_violated Then
195: -- A check constraint has been violated
196: per_ceo_shd.g_api_dml := false; -- Unset the api dml status
197: per_ceo_shd.constraint_error
198: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
199: When hr_api.parent_integrity_violated Then
200: -- Parent integrity has been violated
201: per_ceo_shd.g_api_dml := false; -- Unset the api dml status
202: per_ceo_shd.constraint_error

Line 199: When hr_api.parent_integrity_violated Then

195: -- A check constraint has been violated
196: per_ceo_shd.g_api_dml := false; -- Unset the api dml status
197: per_ceo_shd.constraint_error
198: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
199: When hr_api.parent_integrity_violated Then
200: -- Parent integrity has been violated
201: per_ceo_shd.g_api_dml := false; -- Unset the api dml status
202: per_ceo_shd.constraint_error
203: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

199: When hr_api.parent_integrity_violated Then
200: -- Parent integrity has been violated
201: per_ceo_shd.g_api_dml := false; -- Unset the api dml status
202: per_ceo_shd.constraint_error
203: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
204: When hr_api.unique_integrity_violated Then
205: -- Unique integrity has been violated
206: per_ceo_shd.g_api_dml := false; -- Unset the api dml status
207: per_ceo_shd.constraint_error

Line 204: When hr_api.unique_integrity_violated Then

200: -- Parent integrity has been violated
201: per_ceo_shd.g_api_dml := false; -- Unset the api dml status
202: per_ceo_shd.constraint_error
203: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
204: When hr_api.unique_integrity_violated Then
205: -- Unique integrity has been violated
206: per_ceo_shd.g_api_dml := false; -- Unset the api dml status
207: per_ceo_shd.constraint_error
208: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

204: When hr_api.unique_integrity_violated Then
205: -- Unique integrity has been violated
206: per_ceo_shd.g_api_dml := false; -- Unset the api dml status
207: per_ceo_shd.constraint_error
208: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
209: When Others Then
210: per_ceo_shd.g_api_dml := false; -- Unset the api dml status
211: Raise;
212: End insert_dml;

Line 453: when hr_api.cannot_find_prog_unit then

449: );
450: --
451: exception
452: --
453: when hr_api.cannot_find_prog_unit then
454: --
455: hr_api.cannot_find_prog_unit_error
456: (p_module_name => 'PER_COMP_ELEMENT_OUTCOMES'
457: ,p_hook_type => 'AI');

Line 455: hr_api.cannot_find_prog_unit_error

451: exception
452: --
453: when hr_api.cannot_find_prog_unit then
454: --
455: hr_api.cannot_find_prog_unit_error
456: (p_module_name => 'PER_COMP_ELEMENT_OUTCOMES'
457: ,p_hook_type => 'AI');
458: --
459: end;