DBA Data[Home] [Help]

APPS.IRC_IOF_DEL dependencies on IRC_OFFERS

Line 62: -- delete the irc_offers row.

58: hr_utility.set_location('entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- delete the irc_offers row.
63: --
64: delete from irc_offers
65: where offer_id = p_rec.offer_id;
66: --

Line 64: delete from irc_offers

60: --
61: --
62: -- delete the irc_offers row.
63: --
64: delete from irc_offers
65: where offer_id = p_rec.offer_id;
66: --
67: --
68: --

Line 274: (p_module_name => 'irc_offers'

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;
278: --