ACA_IMPORT_BATCH_THREADS

ACA_IMPORT_BATCH_THREADS stores information about the threads and their statuses which are populated by the Version Effectivation Consolidated ESS program. This data is used to effectivate versions in a given commit cycle.

Details

  • Schema: FUSION

  • Object owner: ACA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ACA_IMPORT_BATCH_TH_PK

THREAD_ID

Columns

Name Datatype Length Precision Not-null Comments
THREAD_ID NUMBER 18 Yes This is the primary key of the table (not used for UI).
THREAD_NUMBER NUMBER 18 Yes Thread Number that will be used to group different versions for effectivation.
THREAD_STATUS NUMBER 3 Yes Status of the Thread. It can have values 0(Not Started), 1(Started), 2(Success),3(Error).
JOB_NUMBER NUMBER 18 Parent Job Number associated with this thread.
SUB_REQUEST_ID NUMBER 18 ESS sub request id of the job that is going to process this thread.
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.
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_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of 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
ACA_IMPORT_BATCH_TH_PK Unique FUSION_TS_TX_DATA THREAD_ID