FND_MAP_CURRENCIES

Store mapping of currency codes in source to its corresponding ones in Fusion.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FND_MAP_CURRENCIES_PK

MAP_ID

Columns

Name Datatype Length Not-null Comments
MAP_ID VARCHAR2 64 Yes Map Identifier
S_TYPE VARCHAR2 1 Yes Source
S_CURRENCY_CODE VARCHAR2 20 Yes Source currency code
T_CURRENCY_CODE VARCHAR2 15 Target currency code
MAPPED_FLAG VARCHAR2 1 Yes To indicate whether source and target currency information are correctly mapped.
MIGRATED_FLAG VARCHAR2 1 Yes To indicate whether currency information is migrated
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates 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.
LAST_UPDATE_LOGIN VARCHAR2 32 Yes Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
FND_MAP_CURRENCIES_N1 Non Unique Default MAPPED_FLAG
FND_MAP_CURRENCIES_N2 Non Unique Default MIGRATED_FLAG
FND_MAP_CURRENCIES_U1 Unique Default S_TYPE, S_CURRENCY_CODE
FND_MAP_CURRENCIES_U2 Unique Default MAP_ID