DBA Data[Home] [Help]

PACKAGE: APPS.IRC_OFFER_EXTEND_METHOD_CHANGE

Source


1 PACKAGE irc_offer_extend_method_change AUTHID CURRENT_USER AS
2 /* $Header: irofrupg.pkh 120.0 2006/08/24 10:53:08 gaukumar noship $ */
3 
4 -- ----------------------------------------------------------------------------
5 -- |--------------------------< update_offer_extended_method >-----------------|
6 -- ----------------------------------------------------------------------------
7 --
8 --
9 -- Description:
10 --   This procedure updates all the offer records so that the
11 --   offer_extended_method to the current value in the profile option.
12 --
13 --
14 procedure update_offer_extended_method(
15    p_process_ctrl   IN            varchar2,
16    p_start_pkid     IN            number,
17    p_end_pkid       IN            number,
18    p_rows_processed    OUT nocopy number);
19 --
20 end irc_offer_extend_method_change;