DBA Data[Home] [Help]

VIEW: APPS.PON_SUPPLIER_MANAGE_DELIV_V

Source

View Text - Preformatted

SELECT bh.bid_number bid_number, fu1.user_id user_id FROM pon_auction_headers_all ah, pon_bid_headers bh, fnd_user fu1 WHERE bh.auction_header_id = ah.auction_header_id and bh.bid_status = 'ACTIVE' and ah.auction_status <> 'DRAFT' and ah.auction_status <> 'CANCELLED' and ah.auction_status <> 'DELETED' and ah.auction_status <> 'AMENDED' and fu1.user_name = bh.trading_partner_contact_name
View Text - HTML Formatted

SELECT BH.BID_NUMBER BID_NUMBER
, FU1.USER_ID USER_ID
FROM PON_AUCTION_HEADERS_ALL AH
, PON_BID_HEADERS BH
, FND_USER FU1
WHERE BH.AUCTION_HEADER_ID = AH.AUCTION_HEADER_ID
AND BH.BID_STATUS = 'ACTIVE'
AND AH.AUCTION_STATUS <> 'DRAFT'
AND AH.AUCTION_STATUS <> 'CANCELLED'
AND AH.AUCTION_STATUS <> 'DELETED'
AND AH.AUCTION_STATUS <> 'AMENDED'
AND FU1.USER_NAME = BH.TRADING_PARTNER_CONTACT_NAME