MOW_BATCH_ASGN_JOBS
Batch Assignment Job Table. This table contains operating information of a Batch Assignment Job.
Details
-
Schema: FUSION
-
Object owner: MOW
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MOW_BATCH_ASGN_JOBS_PK |
JOB_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| JOB_ID | NUMBER | 18 | Yes | Batch Assignment Job Id. | |
| NO_OF_TIMES_RESTARTED | NUMBER | 2 | Number of times this job got restarted | ||
| 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. | |
| JOB_CHUNK_ID | NUMBER | 18 | Yes | Identifies the chunk assigned by one of the subjobs | |
| ESS_REQUEST_ID | NUMBER | 18 | Yes | Request ID of related ESS Job | |
| JOB_ITEM_COUNT | NUMBER | 18 | Number of Job Items in this Batch Assignment Job | ||
| REQUEST_NUMBER | NUMBER | Sequence Id of related ESS Request | |||
| JOB_STATUS | NUMBER | 1 | Yes | Possible values are 0, 1, 2, -1, -2, -3 | |
| 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. | ||
| JOB_START_DATE | TIMESTAMP | Used to calculate assignment elapsed time for Batch Assignment Progress Report for sub jobs. | |||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| mow_batch_asgn_job_items | mow_batch_asgn_jobs | JOB_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MOW_BATCH_ASGN_JOBS_PK | Unique | Default | JOB_ID |
| MOW_BATCH_ASGN_JOBS_UK1 | Unique | Default | JOB_CHUNK_ID, ESS_REQUEST_ID |