DBA Data[Home] [Help]

APPS.IRC_RSE_INS dependencies on HR_API

Line 188: When hr_api.check_integrity_violated Then

184: --
185: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
186: hr_utility.set_location(' Leaving:'||l_proc, 10);
187: Exception
188: When hr_api.check_integrity_violated Then
189: -- A check constraint has been violated
190: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
191: --
192: irc_rse_shd.constraint_error

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

189: -- A check constraint has been violated
190: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
191: --
192: irc_rse_shd.constraint_error
193: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
194: When hr_api.parent_integrity_violated Then
195: -- Parent integrity has been violated
196: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
197: --

Line 194: When hr_api.parent_integrity_violated Then

190: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
191: --
192: irc_rse_shd.constraint_error
193: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
194: When hr_api.parent_integrity_violated Then
195: -- Parent integrity has been violated
196: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
197: --
198: irc_rse_shd.constraint_error

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

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

Line 200: When hr_api.unique_integrity_violated Then

196: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
197: --
198: irc_rse_shd.constraint_error
199: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
200: When hr_api.unique_integrity_violated Then
201: -- Unique integrity has been violated
202: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
203: --
204: irc_rse_shd.constraint_error

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

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

Line 443: when hr_api.cannot_find_prog_unit then

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

Line 445: hr_api.cannot_find_prog_unit_error

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