CST_REPORT_PROCESSOR_DTLS
This table contains the report processor execution configuration and status.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
CST_REPORT_PROCESSOR_DTLS_PK |
CONTROL_CODE |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| CONTROL_CODE | VARCHAR2 | 80 | Yes | Stores the control codes related to configuration. |
| STATUS | VARCHAR2 | 40 | Stores the status of the configuration. | |
| 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 |
|---|---|---|---|
| CST_REPORT_PROCESSOR_DTLS_U1 | Unique | Default | CONTROL_CODE |