DBA Data[Home] [Help]

APPS.PON_AUCTION_CREATE_PO_PKG dependencies on FND_CURRENCIES

Line 1878: fnd_currencies fc

1874: pah.umbrella_program_id,
1875: pah.fair_opp_notice_flag
1876: FROM pon_auction_headers_all pah,
1877: pon_bid_headers pbh,
1878: fnd_currencies fc
1879: WHERE pah.auction_header_id = p_auction_header_id and
1880: pbh.auction_header_id = pah.auction_header_id and
1881: pbh.bid_number = p_bid_number and
1882: pbh.bid_currency_code = fc.currency_code;

Line 1970: fnd_currencies fc

1966: pon_auction_item_prices_all paip,
1967: pon_bid_item_prices pbip,
1968: mtl_units_of_measure mtluom,
1969: pon_bid_headers pbh,
1970: fnd_currencies fc
1971: WHERE pbip.bid_number = p_bid_number and
1972: pbip.auction_header_id = p_auction_header_id and
1973: nvl(pbip.award_status, 'NO') = 'AWARDED' and
1974: paip.auction_header_id = pbip.auction_header_id and

Line 3015: fnd_currencies fc,

3011: pon_auction_item_prices_all paip,
3012: pon_bid_item_prices pbip,
3013: mtl_units_of_measure mtluom,
3014: pon_bid_headers pbh,
3015: fnd_currencies fc,
3016: pon_bid_shipments pbs
3017: WHERE
3018: pbip.bid_number = p_bid_number and
3019: pbip.auction_header_id = p_auction_header_id and

Line 3409: fnd_currencies fc,

3405: FROM pon_auction_item_prices_all paip,
3406: pon_bid_item_prices pbip,
3407: mtl_units_of_measure mtluom,
3408: pon_bid_headers pbh,
3409: fnd_currencies fc,
3410: pon_bid_shipments pbs
3411: WHERE pbip.bid_number = p_bid_number and
3412: pbip.auction_header_id = p_auction_header_id and
3413: nvl(pbip.award_status, 'NO') = 'AWARDED' and