FND Design Data [Home] [Help]

View: MSD_CURRENCY_CONVERSIONS_V

Product: MSD - Demand Planning
Description: This view specifies the Conversion Rate between two currencies. The fact table underlying this would be populated with the currency conversion rate for the converion type specified in the profile at the planning server level.
Implementation/DBA Data: ViewAPPS.MSD_CURRENCY_CONVERSIONS_V
View Text

SELECT DISTINCT FROM_CURRENCY
, TO_CURRENCY
, CONVERSION_DATE
, CONVERSION_RATE
FROM MSD_CURRENCY_CONVERSIONS

Columns

Name
FROM_CURRENCY
TO_CURRENCY
CONVERSION_DATE
CONVERSION_RATE