DBA Data[Home] [Help]

APPS.IRC_IOS_UPD dependencies on IRC_OFFER_STATUS_HISTORY

Line 68: -- Update the irc_offer_status_history Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the irc_offer_status_history Row
69: --
70: update irc_offer_status_history
71: set
72: offer_status_history_id = p_rec.offer_status_history_id

Line 70: update irc_offer_status_history

66: --
67: --
68: -- Update the irc_offer_status_history Row
69: --
70: update irc_offer_status_history
71: set
72: offer_status_history_id = p_rec.offer_status_history_id
73: ,offer_id = p_rec.offer_id
74: ,status_change_date = p_rec.status_change_date

Line 228: (p_module_name => 'IRC_OFFER_STATUS_HISTORY'

224: --
225: when hr_api.cannot_find_prog_unit then
226: --
227: hr_api.cannot_find_prog_unit_error
228: (p_module_name => 'IRC_OFFER_STATUS_HISTORY'
229: ,p_hook_type => 'AU');
230: --
231: end;
232: --