DBA Data[Home] [Help]

APPS.PON_AWARD_PKG dependencies on PON_AUCTION_PKG

Line 288: PON_AUCTION_PKG.CANCEL_NEGOTIATION_REF_BY_LINE(p_auction_header_id, x_line_number, x_error_code);

284: exit when active_bid_lines%notfound;
285: -- "AND x_line_award_status = 'NO'" condition added
286: -- to ensure ONLY lines with NO award decision made are put back into the pool.
287: if (x_line_origination_code = 'REQUISITION' AND x_line_award_status = 'NO') then
288: PON_AUCTION_PKG.CANCEL_NEGOTIATION_REF_BY_LINE(p_auction_header_id, x_line_number, x_error_code);
289: end if;
290: /*
291: -- reject the bid line (note that reject shares the same
292: -- procedure as award)

Line 484: l_neg_has_lines := PON_AUCTION_PKG.neg_has_lines(p_auction_header_id); -- FPK: CPA

480: WHERE auction_header_id = p_auction_header_id;
481:
482: BEGIN
483:
484: l_neg_has_lines := PON_AUCTION_PKG.neg_has_lines(p_auction_header_id); -- FPK: CPA
485: ----
486: if (p_create_po_flag <> 'Y' and p_has_backing_reqs_flag = 'Y') then
487: -- put requisitions back in pool if auction
488: -- has backing req and no outcome creation

Line 489: PON_AUCTION_PKG.CANCEL_NEGOTIATION_REF(p_auction_header_id, x_error_code);

485: ----
486: if (p_create_po_flag <> 'Y' and p_has_backing_reqs_flag = 'Y') then
487: -- put requisitions back in pool if auction
488: -- has backing req and no outcome creation
489: PON_AUCTION_PKG.CANCEL_NEGOTIATION_REF(p_auction_header_id, x_error_code);
490: end if;
491:
492: /* FPK: CPA
493: If negotiation has lines: for all items that have active bids but are not awarded,

Line 520: PON_AUCTION_PKG.CANCEL_NEGOTIATION_REF_BY_LINE(p_auction_header_id, x_line_number, x_error_code);

516: into x_line_number,
517: x_line_origination_code;
518: exit when items_with_reqs_no_bids%notfound;
519:
520: PON_AUCTION_PKG.CANCEL_NEGOTIATION_REF_BY_LINE(p_auction_header_id, x_line_number, x_error_code);
521:
522: end loop;
523: close items_with_reqs_no_bids;
524: --

Line 634: pon_auction_pkg.COMPLETE_AUCTION(p_auction_header_id);

630: LAST_UPDATE_DATE = sysdate
631: where auction_header_id = p_auction_header_id;
632:
633: -- complete work flow
634: pon_auction_pkg.COMPLETE_AUCTION(p_auction_header_id);
635:
636: END complete_auction;
637:
638: ----------------------------------------------------------------

Line 678: pon_auction_pkg.AWARD_BID(x_bid_number,

674: x_auction_tp_name,
675: x_auction_title;
676: exit when all_bidders%notfound;
677:
678: pon_auction_pkg.AWARD_BID(x_bid_number,
679: p_auction_header_id,
680: x_bid_tp_contact_name,
681: x_auction_tp_name,
682: x_auction_title,

Line 796: l_neg_has_lines := PON_AUCTION_PKG.neg_has_lines(p_auction_header_id);

792: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT, 'pon.plsql.PON_AWARD_PKG.AWARD_AUCTION',' p_batch_id : '|| p_batch_id || ' ,p_auction_header_id : ' || p_auction_header_id );
793: END IF;
794: END IF;
795:
796: l_neg_has_lines := PON_AUCTION_PKG.neg_has_lines(p_auction_header_id);
797:
798: select contract_type
799: into l_neg_contract_type
800: from pon_auction_headers_all