DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_COPY_GRP dependencies on PON_LARGE_NEG_PF_VALUES

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

374: --This procedure creates the relevant records for a large destination
375: --auction in the case of a copy from a large DRAFT to a normal auction.
376: --
377: --p_source_auction_hdr_id IN
378: --DATATYPE: pon_large_neg_pf_values.AUCTION_HEADER_ID%type
379: --This parameter is the auction_header_id of the source auction
380: --
381: --p_destination_auction_hdr_id IN
382: --DATATYPE: pon_large_neg_pf_values.AUCTION_HEADER_ID%type

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

378: --DATATYPE: pon_large_neg_pf_values.AUCTION_HEADER_ID%type
379: --This parameter is the auction_header_id of the source auction
380: --
381: --p_destination_auction_hdr_id IN
382: --DATATYPE: pon_large_neg_pf_values.AUCTION_HEADER_ID%type
383: --This parameter is the auction_header_id of the destination auction
384: --
385: --p_user_id IN
386: --DATATYPE: NUMBER

Line 390: p_source_auction_hdr_id IN pon_large_neg_pf_values.AUCTION_HEADER_ID%type,

386: --DATATYPE: NUMBER
387: --This parameter is the id of the user invoking the procedure
388:
389: PROCEDURE PON_LRG_DRAFT_TO_ORD_PF_COPY (
390: p_source_auction_hdr_id IN pon_large_neg_pf_values.AUCTION_HEADER_ID%type,
391: p_destination_auction_hdr_id IN pon_large_neg_pf_values.AUCTION_HEADER_ID%type,
392: p_user_id IN number,
393: p_from_line_number IN NUMBER,
394: p_to_line_number IN NUMBER);

Line 391: p_destination_auction_hdr_id IN pon_large_neg_pf_values.AUCTION_HEADER_ID%type,

387: --This parameter is the id of the user invoking the procedure
388:
389: PROCEDURE PON_LRG_DRAFT_TO_ORD_PF_COPY (
390: p_source_auction_hdr_id IN pon_large_neg_pf_values.AUCTION_HEADER_ID%type,
391: p_destination_auction_hdr_id IN pon_large_neg_pf_values.AUCTION_HEADER_ID%type,
392: p_user_id IN number,
393: p_from_line_number IN NUMBER,
394: p_to_line_number IN NUMBER);
395: