DBA Data[Home] [Help]

APPS.IRC_OFFER_EXTEND_METHOD_CHANGE dependencies on IRC_OFFERS

Line 15: update irc_offers

11: p_rows_processed OUT nocopy number)
12: is
13: --
14: begin
15: update irc_offers
16: set OFFER_EXTENDED_METHOD = fnd_profile.VALUE('IRC_OFFER_SEND_METHOD')
17: where OFFER_EXTENDED_METHOD is null;
18:
19: p_rows_processed := sql%rowcount;