DBA Data[Home] [Help]

APPS.PON_TRANSFORM_BIDDING_PKG dependencies on FND_CURRENCIES

Line 663: fnd_currencies fc

659:
660: select ah.currency_code, 1 rate, ah.number_price_decimals, fc.precision, -1 site_id, -1 bid_number, null
661: into x_currency, x_rate, x_precision, x_currency_precision, x_site_id, x_bid_number, x_bid_status
662: from pon_auction_headers_all ah,
663: fnd_currencies fc
664: where ah.auction_header_id = p_auction_header_id and
665: ah.currency_code = fc.currency_code;
666:
667:

Line 683: fnd_currencies fc

679: into x_site_id, x_currency, x_rate, x_precision, x_currency_precision
680: from (select bh.vendor_site_id, bh.bid_currency_code, bh.rate, bh.number_price_decimals, fc.precision
681: from pon_bid_headers bh,
682: pon_auction_headers_all ah,
683: fnd_currencies fc
684: where ah.auction_header_id_orig_amend = (select auction_header_id_orig_amend
685: from pon_auction_headers_all
686: where auction_header_id = p_auction_header_id) and
687: bh.auction_header_id = ah.auction_header_id and