DBA Data[Home] [Help]

APPS.IRC_IOF_UPD dependencies on IRC_OFFERS

Line 68: -- update the irc_offers row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- update the irc_offers row
69: --
70: update irc_offers
71: set
72: offer_id = p_rec.offer_id

Line 70: update irc_offers

66: --
67: --
68: -- update the irc_offers row
69: --
70: update irc_offers
71: set
72: offer_id = p_rec.offer_id
73: ,offer_version = p_rec.offer_version
74: ,latest_offer = p_rec.latest_offer

Line 448: (p_module_name => 'irc_offers'

444: --
445: when hr_api.cannot_find_prog_unit then
446: --
447: hr_api.cannot_find_prog_unit_error
448: (p_module_name => 'irc_offers'
449: ,p_hook_type => 'au');
450: --
451: end;
452: --