MSC_CURRENCY_CONV_TYPES
This table stores daily conversion rate types and their descriptions
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
MSC_CURRENCY_CONV_TYPES_PK |
CONVERSION_TYPE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CONVERSION_TYPE | VARCHAR2 | 30 | Yes | Represents the currency conversion type. | |
| DEFAULT_FLAG | NUMBER | 1 | Flag that indicates if the currency conversion type is default. The valid values are 1,2,null. 1 Means Default conv type 2 Or null means conv type is Not default | ||
| DELETED_FLAG | VARCHAR2 | 1 | Yes | Indicate whether the record is deleted or active | |
| USER_CONVERSION_TYPE | VARCHAR2 | 30 | Yes | Conversion type user defined name | |
| DESCRIPTION | VARCHAR2 | 240 | Description of the currency conversion type | ||
| PIVOT_CURRENCY_CODE | VARCHAR2 | 15 | This value indicates the Pivot currency for Cross Rates. | ||
| 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_currency_conversions | msc_currency_conv_types | CONVERSION_TYPE |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_CURRENCY_CONV_TYPES_U1 | Unique | Default | CONVERSION_TYPE |