DBA Data[Home] [Help]

APPS.PON_VALIDATE_ITEM_PRICES_INT dependencies on PO_VENDORS

Line 675: , po_vendors pv

671: , ap.award_shipment_number as s_award_shipment_number
672: FROM pon_award_items_interface ap
673: , pon_auction_item_prices_all ai
674: , pon_bid_headers bh
675: , po_vendors pv
676: WHERE ap.batch_id = p_batch_id
677: AND ap.auction_header_id = ai.auction_header_id
678: AND ap.auction_line_number = ai.line_number
679: AND ap.bid_number = bh.bid_number (+)