DBA Data[Home] [Help]

APPS.INV_THIRD_PARTY_STOCK_PVT dependencies on FND_CURRENCIES

Line 349: fnd_currencies fc

345: fc.minimum_accountable_unit*x_conversion_rate/p_quantity)
346: INTO
347: x_converted_amount
348: FROM
349: fnd_currencies fc
350: WHERE fc.currency_code = p_from_currency;
351:
352:
353: IF (l_debug = 1)

Line 765: , fnd_currencies fc

761: , poh.segment1
762: , FND_GLOBAL.session_id
763: FROM
764: po_headers_all poh
765: , fnd_currencies fc
766: WHERE poh.currency_code = fc.currency_code
767: AND poh.po_header_id = p_header_id;
768:
769: