DBA Data[Home] [Help]

APPS.IRC_IOS_DEL dependencies on IRC_OFFER_STATUS_HISTORY

Line 62: -- Delete the irc_offer_status_history row.

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

Line 64: delete from irc_offer_status_history

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

Line 186: (p_module_name => 'IRC_OFFER_STATUS_HISTORY'

182: --
183: when hr_api.cannot_find_prog_unit then
184: --
185: hr_api.cannot_find_prog_unit_error
186: (p_module_name => 'IRC_OFFER_STATUS_HISTORY'
187: ,p_hook_type => 'AD');
188: --
189: end;
190: --