MOT_IMP_TERR_LOBS

This table is the interface table to MOT_TERRITORIES, storing territory information.

Details

  • Schema: FUSION

  • Object owner: MOT

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

MOT_IMP_TERR_LOBS_PK

INTERFACE_ROW_ID, BATCH_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERFACE_ROW_ID NUMBER 18 Yes An internally generated identifier for interface table. It is part of the primary key.
BATCH_ID NUMBER 18 Yes Externally generated id to mark actual set of imported records
IMPORT_STATUS_CODE VARCHAR2 30 Indicates the import status of the record.
ACTION_CODE VARCHAR2 30 Action code will be used to determine what operation should be done: insert,update,delete
FILE_RECORD_NUM NUMBER 10 FILE_RECORD_NUM
FILE_NAME_SYSTASK_ID NUMBER 18 Indicates import sys task id for multi CSV upload.
INTERNAL_ACTION_CODE VARCHAR2 30 INTERNAL_ACTION_CODE
ERROR_FLAG VARCHAR2 1 This flag is set for the record that are failed to pass the validation.
ERROR_TEXT VARCHAR2 1500 This is the error/failure text populated while uploading
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_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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
CONFLICT_ID NUMBER 18 Yes Disconnected Mobile: this value is used to guarantee the uniqueness of the row when duplicates are created in different databases (i.e. mobile databases or the server).
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
ELIGIBLE_FOR_IMPORT_FLAG VARCHAR2 1 Indicates whether userkey conversion, phase2 validations needs to be performed.
TERRITORY_NUMBER VARCHAR2 30 Unique identification number for this territory
DISPLAY_TERRITORY_NAME VARCHAR2 60 Name of the territory
LINE_OF_BUSINESS VARCHAR2 80 Identifies territorys Line of Business.
LINE_OF_BUSINESS_CODE VARCHAR2 30 Identifies territorys Line of Business. Lookup type:
TERRITORY_VERSION_ID NUMBER 18 Identifier of sales territory version
LANGUAGE_CODE VARCHAR2 4 Code for the language in which the data is imported

Indexes

Index Uniqueness Tablespace Columns
MOT_IMP_TERR_LOBS_PK Unique FUSION_TS_TX_IDX INTERFACE_ROW_ID, BATCH_ID