DBA Data[Home] [Help]

APPS.PON_AUCTION_CREATE_PO_PKG dependencies on FND_CURRENCIES

Line 1726: fnd_currencies fc

1722: pah.progress_payment_type,
1723: pah.supplier_enterable_pymt_flag
1724: FROM pon_auction_headers_all pah,
1725: pon_bid_headers pbh,
1726: fnd_currencies fc
1727: WHERE pah.auction_header_id = p_auction_header_id and
1728: pbh.auction_header_id = pah.auction_header_id and
1729: pbh.bid_number = p_bid_number and
1730: pbh.bid_currency_code = fc.currency_code;

Line 1790: fnd_currencies fc

1786: pon_auction_item_prices_all paip,
1787: pon_bid_item_prices pbip,
1788: mtl_units_of_measure mtluom,
1789: pon_bid_headers pbh,
1790: fnd_currencies fc
1791: WHERE pbip.bid_number = p_bid_number and
1792: pbip.auction_header_id = p_auction_header_id and
1793: nvl(pbip.award_status, 'NO') = 'AWARDED' and
1794: paip.auction_header_id = pbip.auction_header_id and

Line 2513: fnd_currencies fc,

2509: pon_auction_item_prices_all paip,
2510: pon_bid_item_prices pbip,
2511: mtl_units_of_measure mtluom,
2512: pon_bid_headers pbh,
2513: fnd_currencies fc,
2514: pon_bid_shipments pbs
2515: WHERE
2516: pbip.bid_number = p_bid_number and
2517: pbip.auction_header_id = p_auction_header_id and

Line 2834: fnd_currencies fc,

2830: FROM pon_auction_item_prices_all paip,
2831: pon_bid_item_prices pbip,
2832: mtl_units_of_measure mtluom,
2833: pon_bid_headers pbh,
2834: fnd_currencies fc,
2835: pon_bid_shipments pbs
2836: WHERE pbip.bid_number = p_bid_number and
2837: pbip.auction_header_id = p_auction_header_id and
2838: nvl(pbip.award_status, 'NO') = 'AWARDED' and