CST_REPORT_REQUESTS
This table contains the job information for the reports.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
CST_REPORT_REQUESTS_PK |
REQ_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| REQ_ID | NUMBER | 18 | Yes | Indicates the request identifier of the job that created or last updated the row. | |
| STATUS | VARCHAR2 | 1 | Indicates the processing status of the request. Possible values are : A - Active, P - Purgeable, C - Completed, E - Error. | ||
| REPORT_CODE | VARCHAR2 | 32 | Identifies the report that placed the job request. | ||
| RUN_STATUS | VARCHAR2 | 1000 | Identifies the run status of the calling job. | ||
| ROWS_PROCESSED | NUMBER | 18 | Identifies the number of transactions that were successfully processed in this run. | ||
| ROWS_PURGED | NUMBER | 18 | Identifies the number of transactions that were successfully purged in this run. | ||
| PARAM1 | VARCHAR2 | 100 | This is reserved for parameter information. | ||
| PARAM2 | VARCHAR2 | 100 | This is reserved for parameter information. | ||
| PARAM3 | VARCHAR2 | 100 | This is reserved for parameter information. | ||
| PARAM4 | VARCHAR2 | 100 | This is reserved for parameter information. | ||
| PARAM5 | VARCHAR2 | 100 | This is reserved for parameter information. | ||
| PARAM6 | VARCHAR2 | 100 | This is reserved for parameter information. | ||
| PARAM7 | VARCHAR2 | 100 | This is reserved for parameter information. | ||
| PARAM8 | VARCHAR2 | 100 | This is reserved for parameter information. | ||
| PARAM9 | VARCHAR2 | 100 | This is reserved for parameter information. | ||
| PARAM10 | VARCHAR2 | 100 | This is reserved for parameter information. | ||
| PARAM11 | VARCHAR2 | 100 | This is reserved for parameter information. | ||
| PARAM12 | VARCHAR2 | 100 | This is reserved for parameter information. | ||
| PARAM13 | VARCHAR2 | 100 | This is reserved for parameter information. | ||
| PARAM14 | VARCHAR2 | 100 | This is reserved for parameter information. | ||
| PARAM15 | VARCHAR2 | 100 | This is reserved for parameter information. | ||
| PARAM16 | VARCHAR2 | 100 | This is reserved for parameter information. | ||
| PARAM17 | VARCHAR2 | 100 | This is reserved for parameter information. | ||
| PARAM18 | VARCHAR2 | 100 | This is reserved for parameter information. | ||
| PARAM19 | VARCHAR2 | 100 | This is reserved for parameter information. | ||
| PARAM20 | VARCHAR2 | 100 | This is reserved for parameter information. | ||
| 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 |
|---|---|---|---|
| CST_REPORT_REQUESTS_U1 | Unique | Default | REQ_ID |