DBA Data[Home] [Help]

APPS.PON_UNSOL_CREATE_PO_PKG dependencies on FND_CURRENCIES

Line 142: fnd_currencies fc

138: FROM
139: pon_bid_item_prices pbip,
140: mtl_units_of_measure mtluom,
141: pon_bid_headers pbh,
142: fnd_currencies fc
143: WHERE
144: pbh.bid_number = p_bid_number AND
145: pbh.auction_header_id = p_auction_header_id AND
146: pbip.bid_number = pbh.bid_number and

Line 597: fnd_currencies fc

593: , pbip.idv_line_id
594: FROM pon_bid_headers pbh,
595: pon_bid_item_prices pbip,
596: mtl_units_of_measure mtluom,
597: fnd_currencies fc
598: WHERE
599: pbh.bid_number = p_bid_number AND
600: pbh.auction_header_id = p_auction_header_id AND
601: pbip.bid_number = pbh.bid_number AND