DBA Data[Home] [Help]

APPS.IRC_IDP_INS dependencies on HR_API

Line 170: When hr_api.check_integrity_violated Then

166: irc_idp_shd.g_api_dml := false; -- Unset the api dml status
167: --
168: hr_utility.set_location(' Leaving:'||l_proc, 10);
169: Exception
170: When hr_api.check_integrity_violated Then
171: -- A check constraint has been violated
172: irc_idp_shd.g_api_dml := false; -- Unset the api dml status
173: --
174: irc_idp_shd.constraint_error

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

171: -- A check constraint has been violated
172: irc_idp_shd.g_api_dml := false; -- Unset the api dml status
173: --
174: irc_idp_shd.constraint_error
175: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
176: When hr_api.parent_integrity_violated Then
177: -- Parent integrity has been violated
178: irc_idp_shd.g_api_dml := false; -- Unset the api dml status
179: --

Line 176: When hr_api.parent_integrity_violated Then

172: irc_idp_shd.g_api_dml := false; -- Unset the api dml status
173: --
174: irc_idp_shd.constraint_error
175: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
176: When hr_api.parent_integrity_violated Then
177: -- Parent integrity has been violated
178: irc_idp_shd.g_api_dml := false; -- Unset the api dml status
179: --
180: irc_idp_shd.constraint_error

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

177: -- Parent integrity has been violated
178: irc_idp_shd.g_api_dml := false; -- Unset the api dml status
179: --
180: irc_idp_shd.constraint_error
181: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
182: When hr_api.unique_integrity_violated Then
183: -- Unique integrity has been violated
184: irc_idp_shd.g_api_dml := false; -- Unset the api dml status
185: --

Line 182: When hr_api.unique_integrity_violated Then

178: irc_idp_shd.g_api_dml := false; -- Unset the api dml status
179: --
180: irc_idp_shd.constraint_error
181: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
182: When hr_api.unique_integrity_violated Then
183: -- Unique integrity has been violated
184: irc_idp_shd.g_api_dml := false; -- Unset the api dml status
185: --
186: irc_idp_shd.constraint_error

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

183: -- Unique integrity has been violated
184: irc_idp_shd.g_api_dml := false; -- Unset the api dml status
185: --
186: irc_idp_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When Others Then
189: --
190: irc_idp_shd.g_api_dml := false; -- Unset the api dml status
191: Raise;

Line 405: when hr_api.cannot_find_prog_unit then

401: );
402: --
403: exception
404: --
405: when hr_api.cannot_find_prog_unit then
406: --
407: hr_api.cannot_find_prog_unit_error
408: (p_module_name => 'IRC_DEFAULT_POSTINGS'
409: ,p_hook_type => 'AI');

Line 407: hr_api.cannot_find_prog_unit_error

403: exception
404: --
405: when hr_api.cannot_find_prog_unit then
406: --
407: hr_api.cannot_find_prog_unit_error
408: (p_module_name => 'IRC_DEFAULT_POSTINGS'
409: ,p_hook_type => 'AI');
410: --
411: end;