DBA Data[Home] [Help]

APPS.PON_TRANSFORM_BIDDING_PKG dependencies on FND_CURRENCIES

Line 571: fnd_currencies fc

567:
568: select ah.currency_code, 1 rate, ah.number_price_decimals, fc.precision, -1 site_id, -1 bid_number, null
569: into x_currency, x_rate, x_precision, x_currency_precision, x_site_id, x_bid_number, x_bid_status
570: from pon_auction_headers_all ah,
571: fnd_currencies fc
572: where ah.auction_header_id = p_auction_header_id and
573: ah.currency_code = fc.currency_code;
574:
575:

Line 591: fnd_currencies fc

587: into x_site_id, x_currency, x_rate, x_precision, x_currency_precision
588: from (select bh.vendor_site_id, bh.bid_currency_code, bh.rate, bh.number_price_decimals, fc.precision
589: from pon_bid_headers bh,
590: pon_auction_headers_all ah,
591: fnd_currencies fc
592: where ah.auction_header_id_orig_amend = (select auction_header_id_orig_amend
593: from pon_auction_headers_all
594: where auction_header_id = p_auction_header_id) and
595: bh.auction_header_id = ah.auction_header_id and