MSC_CURRENCIES_B
Base table for currencies.currencies_b
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
Name | Columns |
---|---|
MSC_CURRENCIES_B_PK |
CURRENCY_CODE |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
CURRENCY_CODE | VARCHAR2 | 15 | Yes | Currency associated with amounts | |
START_DATE_ACTIVE | DATE | The date when the currency code becomes active | |||
ENABLED_FLAG | VARCHAR2 | 1 | Yes | Determine whether this record is enabled | |
PRECISION | NUMBER | 1 | Maximum number of digits to the right of decimal point | ||
END_DATE_ACTIVE | DATE | The date the currency code expires | |||
REFRESH_NUMBER | NUMBER | Refresh identifier populated by the collection program. | |||
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_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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
msc_currency_conv_types | msc_currencies_b | PIVOT_CURRENCY_CODE |
msc_currencies_tl | msc_currencies_b | CURRENCY_CODE |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_CURRENCIES_B_U1 | Unique | Default | CURRENCY_CODE |