DBA Data[Home] [Help]

APPS.PON_UNSOL_AWARD_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL

Line 209: pon_auction_item_prices_all al

205: bl.order_number,
206: bl.award_quantity
207: FROM pon_bid_headers bh,
208: pon_bid_item_prices bl,
209: pon_auction_item_prices_all al
210: where bh.bid_number = c_bid_number
211: AND bl.bid_number = bh.bid_number
212: AND bl.auction_line_number <> -1
213: AND al.auction_header_id = bh.auction_header_id