MSC_CURRENCY_CONVERSIONS

This table holds currency conversion rate data.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

MSC_CURRENCY_CONVERSIONS_PK

FROM_CURRENCY, TO_CURRENCY, CONVERSION_TYPE

Columns

Name Datatype Length Not-null Comments
CONVERSION_TYPE VARCHAR2 30 Yes Represents the currency conversion type.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
DELETED_FLAG VARCHAR2 1 Yes Indicate whether the record is deleted or active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
FROM_CURRENCY VARCHAR2 15 Yes Currency code from which the conversion is to be done
TO_CURRENCY VARCHAR2 15 Yes This value indicates the To Currency code in currency conversions.
CONVERSION_RATE NUMBER Yes This is the rate to use for conversion.
CONVERSION_DATE DATE Yes Date when the conversion happened
REFRESH_NUMBER NUMBER Refresh identifier populated by the collection program.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.

Foreign Keys

Table Foreign Table Foreign Key Column
MSC_CURRENCY_CONVERSIONS msc_currency_conv_types CONVERSION_TYPE

Indexes

Index Uniqueness Tablespace Columns
MSC_CURRENCY_CONVERSIONS_N1 Non Unique Default TO_CURRENCY, CONVERSION_TYPE, DELETED_FLAG
MSC_CURRENCY_CONVERSIONS_U1 Unique Default FROM_CURRENCY, TO_CURRENCY, CONVERSION_TYPE