MSC_ST_UOM_CONVERSIONS

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

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Not-null Comments
UNIT_OF_MEASURE VARCHAR2 25 Primary unit of measure long name
UOM_CODE VARCHAR2 50 Unit of measure code conversion against base uom.
UOM_CLASS VARCHAR2 10 Destination class of conversion
INVENTORY_ITEM_ID NUMBER Identifies the inventory item id
CONVERSION_RATE NUMBER Conversion rate from conversion unit to base unit of class
DEFAULT_CONVERSION_FLAG VARCHAR2 1 Indicates whether the conversion factor applies for this item or it is defined as standard conversion factor
DISABLE_DATE DATE Date when the conversion is no longer valid to be used in the system (transactions, etc)
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.
REQUEST_ID NUMBER Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROGRAM_NAME VARCHAR2 30 This value indicates the name of the program.
PROGRAM_APP_NAME VARCHAR2 50 This value indicates the Program application Name.
SR_INSTANCE_ID NUMBER Source application instance identifier
REFRESH_NUMBER NUMBER Refresh identifier populated by the collection progam
COMPANY_ID NUMBER Unique id assigned to the company
COMPANY_NAME VARCHAR2 255 Party name with which the company is registered.
ITEM_NAME VARCHAR2 300 Identifies the inventory item name
ORGANIZATION_ID NUMBER This column indicates the organization identifier.
ORGANIZATION_CODE VARCHAR2 18 Short alphanumeric code to identify the Organization.
SR_INSTANCE_CODE VARCHAR2 30 Source Instance code from which data is being populated.
MESSAGE_ID NUMBER This is a foreign key reference to ECX_DOCLOGS.INTERNAL_CONTROL_NUMBER for records got via XML
PROCESS_FLAG NUMBER Process Flag indicates the status of records during pre-processing. 1- Compete Record, 2- Error Record, 3- Warning Record, 4- Retry Record, 5- New Record.
DATA_SOURCE_TYPE VARCHAR2 15 Source type indicating the source of data
ST_TRANSACTION_ID NUMBER 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 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 value indicates Operation type.
LOAD_REQUEST_ID NUMBER It Stores the Request ID of Job that loaded the data.