MSC_ST_CURRENCY_CONV_TYPES

This is the staging table for the currency conversion type entity

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
CONVERSION_TYPE VARCHAR2 30 Represents the currency conversion type.
DEFAULT_FLAG NUMBER 1 Flag to indicate if the current conversion type is the default.
CONVERSION_TYPE_PREXREF VARCHAR2 1000 Conversion type before xref transformation
DELETED_FLAG VARCHAR2 1 Flag indicating whether this is a deleted record
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.
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 Contains the code of the error if any
RETRY_COUNT NUMBER Retry count. Used during planning collection when the record fails to get loaded into ODS.
SR_INSTANCE_ID NUMBER 18 Source Instance ID from which data is being populated
SR_INSTANCE_CODE VARCHAR2 30 The value indicates the source system code from where the data is collected.
USER_CONVERSION_TYPE VARCHAR2 30 Conversion type user defined name
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.
LOAD_REQUEST_ID NUMBER Request Id of the job that will load the data.