DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_COPY_GRP dependencies on PON_LARGE_NEG_PF_VALUES

Line 261: --DATATYPE: pon_large_neg_pf_values.AUCTION_HEADER_ID%type

257: --This procedure creates the relevant records for a large destination
258: --auction in the case of a copy from a large DRAFT to a normal auction.
259: --
260: --p_source_auction_hdr_id IN
261: --DATATYPE: pon_large_neg_pf_values.AUCTION_HEADER_ID%type
262: --This parameter is the auction_header_id of the source auction
263: --
264: --p_destination_auction_hdr_id IN
265: --DATATYPE: pon_large_neg_pf_values.AUCTION_HEADER_ID%type

Line 265: --DATATYPE: pon_large_neg_pf_values.AUCTION_HEADER_ID%type

261: --DATATYPE: pon_large_neg_pf_values.AUCTION_HEADER_ID%type
262: --This parameter is the auction_header_id of the source auction
263: --
264: --p_destination_auction_hdr_id IN
265: --DATATYPE: pon_large_neg_pf_values.AUCTION_HEADER_ID%type
266: --This parameter is the auction_header_id of the destination auction
267: --
268: --p_user_id IN
269: --DATATYPE: NUMBER

Line 273: p_source_auction_hdr_id IN pon_large_neg_pf_values.AUCTION_HEADER_ID%type,

269: --DATATYPE: NUMBER
270: --This parameter is the id of the user invoking the procedure
271:
272: PROCEDURE PON_LRG_DRAFT_TO_ORD_PF_COPY (
273: p_source_auction_hdr_id IN pon_large_neg_pf_values.AUCTION_HEADER_ID%type,
274: p_destination_auction_hdr_id IN pon_large_neg_pf_values.AUCTION_HEADER_ID%type,
275: p_user_id IN number,
276: p_from_line_number IN NUMBER,
277: p_to_line_number IN NUMBER);

Line 274: p_destination_auction_hdr_id IN pon_large_neg_pf_values.AUCTION_HEADER_ID%type,

270: --This parameter is the id of the user invoking the procedure
271:
272: PROCEDURE PON_LRG_DRAFT_TO_ORD_PF_COPY (
273: p_source_auction_hdr_id IN pon_large_neg_pf_values.AUCTION_HEADER_ID%type,
274: p_destination_auction_hdr_id IN pon_large_neg_pf_values.AUCTION_HEADER_ID%type,
275: p_user_id IN number,
276: p_from_line_number IN NUMBER,
277: p_to_line_number IN NUMBER);
278: