DBA Data[Home] [Help]

APPS.PON_VALIDATE_ITEM_PRICES_INT dependencies on PO_VENDORS

Line 651: , po_vendors pv

647: , ap.award_shipment_number as s_award_shipment_number
648: FROM pon_award_items_interface ap
649: , pon_auction_item_prices_all ai
650: , pon_bid_headers bh
651: , po_vendors pv
652: WHERE ap.batch_id = p_batch_id
653: AND ap.auction_header_id = ai.auction_header_id
654: AND ap.auction_line_number = ai.line_number
655: AND ap.bid_number = bh.bid_number (+)