DBA Data[Home] [Help]

APPS.IRC_IDO_DEL dependencies on HR_API

Line 74: When hr_api.child_integrity_violated then

70: --
71: hr_utility.set_location(' Leaving:'||l_proc, 10);
72: --
73: Exception
74: When hr_api.child_integrity_violated then
75: -- Child integrity has been violatend
76: irc_ido_shd.g_api_dml := false; -- Unset the dml status
77: --
78: irc_ido_shd.constraint_error

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

75: -- Child integrity has been violatend
76: irc_ido_shd.g_api_dml := false; -- Unset the dml status
77: --
78: irc_ido_shd.constraint_error
79: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
80: When Others Then
81: irc_ido_shd.g_api_dml := false; -- Unset the dml status
82: --
83: Raise;

Line 194: when hr_api.cannot_find_prog_unit then

190: );
191: --
192: exception
193: --
194: when hr_api.cannot_find_prog_unit then
195: --
196: hr_api.cannot_find_prog_unit_error
197: (p_module_name => 'IRC_DOCUMENTS'
198: ,p_hook_type => 'AD');

Line 196: hr_api.cannot_find_prog_unit_error

192: exception
193: --
194: when hr_api.cannot_find_prog_unit then
195: --
196: hr_api.cannot_find_prog_unit_error
197: (p_module_name => 'IRC_DOCUMENTS'
198: ,p_hook_type => 'AD');
199: --
200: end;