MSC_ST_UNITS_OF_MEASURE

The staging table used by the collection program to validate and process data for table MSC_UNITS_OF_MEASURE.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
UNIT_OF_MEASURE VARCHAR2 25 Unit of Measure of the record being collected.
UNIT_OF_MEASURE_PREXREF VARCHAR2 1000 Unit of measure name before xref transformation
UOM_CODE VARCHAR2 50 Abbreviated unit of measure code
UOM_CODE_PREXREF VARCHAR2 1000 Unit of measure code before xref transformation
UOM_CLASS VARCHAR2 10 Unit of measure class collected from the source system.
BASE_UOM_FLAG VARCHAR2 1 Indicates whether this is the base uom
DISABLE_DATE DATE Date when the unit can no longer be used to define conversions
DESCRIPTION VARCHAR2 50 Description of the unit of measure
DELETED_FLAG NUMBER Yes/No flag indicates whether corresponding record in ODS will be deleted
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.
SR_INSTANCE_ID NUMBER 18 Source application instance identifier
REFRESH_NUMBER NUMBER 18 Refresh identifier populated by the collection progam
COMPANY_ID NUMBER 18 Unique id assigned to the company
COMPANY_NAME VARCHAR2 255 Party name with which the company is registered.
SR_INSTANCE_CODE VARCHAR2 30 Source Instance code from which data is being populated.
MESSAGE_ID NUMBER 18 This is a foreign key reference to ECX_DOCLOGS.INTERNAL_CONTROL_NUMBER for records got via XML
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
DATA_SOURCE_TYPE VARCHAR2 15 Source type indicates the source of data
ST_TRANSACTION_ID NUMBER 18 Transaction ID generated during pre-processing to uniquely identify a record in the staging table
ERROR_TEXT VARCHAR2 2000 This will describe the reason for the error if any.
BATCH_ID NUMBER 18 Batch identifier generated during pre-processing
RETRY_COUNT NUMBER Number of retries to process failed records.
ERROR_CODE VARCHAR2 150 Error code for functional validation errors in the record
OPERATION_TYPE VARCHAR2 2 This column contains the value of operation type in number.
LOAD_REQUEST_ID NUMBER It Stores the Request ID of Job that loaded the data.