PJB_PROCESS_WORKERS

This table is used for the Parallelization purpose.

Details

  • Schema: FUSION

  • Object owner: PJB

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PJB_PROCESS_WORKERS_PK

CONTRACT_ID, WORKER_ID, REQUEST_ID

Columns

Name Datatype Length Precision Not-null Comments
CONTRACT_ID NUMBER 18 Yes CONTRACT_ID *****
MAJOR_VERSION NUMBER 18 Yes Major version of the contract *****
WORKER_ID NUMBER 18 Yes WORKER_ID *****
REQUEST_ID NUMBER 18 Yes Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
REQUEST_STATUS VARCHAR2 50 Indicates the status of the Job. Possible Values are SUBMITTING, SUBMITTED, COMPLETE.
ERROR_REASON VARCHAR2 500 Indicates the reason for the error encountered during the process.
PARENT_REQUEST_ID NUMBER 18 Identifier of the ESS request from which the job is submitted.
CALLING_PROCESS VARCHAR2 30 CALLING_PROCESS *****
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
PJB_PROCESS_WORKERS okc_k_headers_all_b CONTRACT_ID, MAJOR_VERSION

Indexes

Index Uniqueness Tablespace Columns
PJB_PROCESS_WORKERS_N1 Non Unique Default CALLING_PROCESS, REQUEST_STATUS, PARENT_REQUEST_ID
PJB_PROCESS_WORKERS_U1 Unique Default CONTRACT_ID, WORKER_ID, REQUEST_ID