EGP_IMPORT_JOB_THREADS

This table stores thread list for import, DQ jobs.

Details

  • Schema: FUSION

  • Object owner: EGP

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EGP_IMPORT_JOB_THREADS_PK

THREAD_LIST_ID

Columns

Name Datatype Length Precision Not-null Comments
THREAD_LIST_ID NUMBER 18 Yes A unique indentifier which represents thread list id.
THREAD_LIST VARCHAR2 400 Attribute indicating thread list for child item import job.
CHILD_REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the child request ID of the job that created or last updated the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
BATCH_ID NUMBER 18 A unique identifier of an item batch.
PHASE_NUMBER NUMBER 18 Each phase code represents a set of tasks and deliverables that are required before promoting the object to the next phase of the Item Lifecycle.
IMPORT_TYPE VARCHAR2 100 Indicates thread list is from dq or import.
IS_PROCESSING_COMPLETED VARCHAR2 10 Indicates whether request processing is completed or not.
LOAD_REQUEST_ID NUMBER 18 Attribute indicating the request id associated with the import process.
EXIT_REASON VARCHAR2 4000 Attribute indicating exit reason from processing.
THREAD_LIST_START_TIME TIMESTAMP Attribute indicates the start date and time of the thread list.
THREAD_LIST_END_TIME TIMESTAMP Attribute indicates the end date and time of the thread list.
SERVER_NAME VARCHAR2 400 Attribute indicates the service server name.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
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.

Indexes

Index Uniqueness Tablespace Columns
EGP_IMPORT_JOB_THREADS_U1 Unique FUSION_TS_TX_DATA THREAD_LIST_ID