DBA Data[Home] [Help]

APPS.PAY_EEI_INS dependencies on HR_API

Line 196: When hr_api.check_integrity_violated Then

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

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

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

Line 201: When hr_api.parent_integrity_violated Then

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

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

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

Line 206: When hr_api.unique_integrity_violated Then

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

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

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

Line 441: when hr_api.cannot_find_prog_unit then

437: );
438: --
439: exception
440: --
441: when hr_api.cannot_find_prog_unit then
442: --
443: hr_api.cannot_find_prog_unit_error
444: (p_module_name => 'PAY_ELEMENT_TYPE_EXTRA_INFO'
445: ,p_hook_type => 'AI');

Line 443: hr_api.cannot_find_prog_unit_error

439: exception
440: --
441: when hr_api.cannot_find_prog_unit then
442: --
443: hr_api.cannot_find_prog_unit_error
444: (p_module_name => 'PAY_ELEMENT_TYPE_EXTRA_INFO'
445: ,p_hook_type => 'AI');
446: --
447: end;