DBA Data[Home] [Help]

APPS.IRC_IAV_INS dependencies on HR_API

Line 176: When hr_api.check_integrity_violated Then

172: --
173: --
174: hr_utility.set_location(' Leaving:'||l_proc, 10);
175: Exception
176: When hr_api.check_integrity_violated Then
177: -- A check constraint has been violated
178: --
179: irc_iav_shd.constraint_error
180: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

176: When hr_api.check_integrity_violated Then
177: -- A check constraint has been violated
178: --
179: irc_iav_shd.constraint_error
180: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
181: When hr_api.parent_integrity_violated Then
182: -- Parent integrity has been violated
183: --
184: irc_iav_shd.constraint_error

Line 181: When hr_api.parent_integrity_violated Then

177: -- A check constraint has been violated
178: --
179: irc_iav_shd.constraint_error
180: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
181: When hr_api.parent_integrity_violated Then
182: -- Parent integrity has been violated
183: --
184: irc_iav_shd.constraint_error
185: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

181: When hr_api.parent_integrity_violated Then
182: -- Parent integrity has been violated
183: --
184: irc_iav_shd.constraint_error
185: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
186: When hr_api.unique_integrity_violated Then
187: -- Unique integrity has been violated
188: --
189: irc_iav_shd.constraint_error

Line 186: When hr_api.unique_integrity_violated Then

182: -- Parent integrity has been violated
183: --
184: irc_iav_shd.constraint_error
185: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
186: When hr_api.unique_integrity_violated Then
187: -- Unique integrity has been violated
188: --
189: irc_iav_shd.constraint_error
190: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

186: When hr_api.unique_integrity_violated Then
187: -- Unique integrity has been violated
188: --
189: irc_iav_shd.constraint_error
190: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
191: When Others Then
192: --
193: Raise;
194: End insert_dml;

Line 413: when hr_api.cannot_find_prog_unit then

409: );
410: --
411: exception
412: --
413: when hr_api.cannot_find_prog_unit then
414: --
415: hr_api.cannot_find_prog_unit_error
416: (p_module_name => 'IRC_AGENCY_VACANCIES'
417: ,p_hook_type => 'AI');

Line 415: hr_api.cannot_find_prog_unit_error

411: exception
412: --
413: when hr_api.cannot_find_prog_unit then
414: --
415: hr_api.cannot_find_prog_unit_error
416: (p_module_name => 'IRC_AGENCY_VACANCIES'
417: ,p_hook_type => 'AI');
418: --
419: end;