DBA Data[Home] [Help]

APPS.IRC_IOF_DEL dependencies on HR_API

Line 72: when hr_api.child_integrity_violated then

68: --
69: hr_utility.set_location(' leaving:'||l_proc, 10);
70: --
71: exception
72: when hr_api.child_integrity_violated then
73: -- child integrity has been violated
74: --
75: irc_iof_shd.constraint_error
76: (p_constraint_name => hr_api.strip_constraint_name(sqlerrm));

Line 76: (p_constraint_name => hr_api.strip_constraint_name(sqlerrm));

72: when hr_api.child_integrity_violated then
73: -- child integrity has been violated
74: --
75: irc_iof_shd.constraint_error
76: (p_constraint_name => hr_api.strip_constraint_name(sqlerrm));
77: when others then
78: --
79: raise;
80: end delete_dml;

Line 271: when hr_api.cannot_find_prog_unit then

267: );
268: --
269: exception
270: --
271: when hr_api.cannot_find_prog_unit then
272: --
273: hr_api.cannot_find_prog_unit_error
274: (p_module_name => 'irc_offers'
275: ,p_hook_type => 'ad');

Line 273: hr_api.cannot_find_prog_unit_error

269: exception
270: --
271: when hr_api.cannot_find_prog_unit then
272: --
273: hr_api.cannot_find_prog_unit_error
274: (p_module_name => 'irc_offers'
275: ,p_hook_type => 'ad');
276: --
277: end;