MSC_ST_CURRENCIES_W

This is the staging table for the collection of data for the currencies data.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Columns

Name Datatype Length Precision Not-null Comments
CURRENCY_CODE VARCHAR2 15 Currency associated with amounts.
NAME VARCHAR2 80 The column indicates the name of the currency.
LANGUAGE VARCHAR2 4 Yes Indicates the code of the language into which the contents of the translatable columns are translated.
SR_INSTANCE_CODE VARCHAR2 30 The value indicates the source system code from where the data is collected.
ENABLED_FLAG NUMBER Determine whether this record is enabled.
PRECISION NUMBER 1 This value indicates the precision used for currency display.
END_DATE_ACTIVE DATE Date from which this record is no longer active.
DESCRIPTION VARCHAR2 240 Description of the associated currency.
SR_INSTANCE_ID NUMBER Identifier of the source system from where the data is collected.
REFRESH_NUMBER NUMBER Refresh identifier populated by the collection program.
PROCESS_FLAG NUMBER Processing Flag indicating the status of records during pre-processing. 1- Complete Record, 2- Error Record, 3- Warning Record, 4- Retry Record, 5- New Record.
ERROR_TEXT VARCHAR2 2000 Error text for functional validation errors in the record.
ERROR_CODE VARCHAR2 150 Error code for functional validation errors in the record.
RETRY_COUNT NUMBER Retry count. Used during planning collection when the record fails to get loaded into ODS.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
START_DATE_ACTIVE DATE Start date that indicates the active status of the Currencies.
LOAD_REQUEST_ID NUMBER Loads the request id of the job that inserts the data.