CMR_PREPROC_DRIVERS
This table is used internally by the CMR Preprocessor to drive the background processing.
Details
-
Schema: FUSION
-
Object owner: CMR
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
CMR_PREPROC_DRIVERS_PK |
REQ_ID, INVENTORY_ORG_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| REQ_ID | NUMBER | 18 | Yes | Indicates the request ID of the job that created the row. | |
| INVENTORY_ORG_ID | NUMBER | 18 | Yes | Unique identifier of the inventory organization. | |
| STATUS | VARCHAR2 | 1 | Yes | Indicates the processing status of the request. Possible values are: N-Not started A-Active C-Completed X-Cancelled E-Error | |
| STEP1_STATUS | VARCHAR2 | 1 | Indicates the status of this step. Possible values are: N-Not started A-Active C-Completed X-Cancelled E-Error | ||
| STEP2_STATUS | VARCHAR2 | 1 | Indicates the status of this step. Possible values are: N-Not started A-Active C-Completed X-Cancelled E-Error | ||
| STEP3_STATUS | VARCHAR2 | 1 | Indicates the status of this step. Possible values are: N-Not started A-Active C-Completed X-Cancelled E-Error | ||
| STEP4_STATUS | VARCHAR2 | 1 | Indicates the status of this step. Possible values are: N-Not started A-Active C-Completed X-Cancelled E-Error | ||
| STEP5_STATUS | VARCHAR2 | 1 | Indicates the status of this step. Possible values are: N-Not started A-Active C-Completed X-Cancelled E-Error | ||
| 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. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
| JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CMR_PREPROC_DRIVERS_N1 | Non Unique | Default | STATUS, REQ_ID |
| CMR_PREPROC_DRIVERS_U1 | Unique | Default | REQ_ID, INVENTORY_ORG_ID |