DBA Data[Home] [Help]

APPS.IRC_INP_INS dependencies on HR_API

Line 182: When hr_api.check_integrity_violated Then

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

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

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

Line 188: When hr_api.parent_integrity_violated Then

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

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

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

Line 194: When hr_api.unique_integrity_violated Then

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

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

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

Line 417: when hr_api.cannot_find_prog_unit then

413: );
414: --
415: exception
416: --
417: when hr_api.cannot_find_prog_unit then
418: --
419: hr_api.cannot_find_prog_unit_error
420: (p_module_name => 'IRC_NOTIFICATION_PREFERENCES'
421: ,p_hook_type => 'AI');

Line 419: hr_api.cannot_find_prog_unit_error

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