FFS_REPORT_SCHEDULE_LOG
Used to store log of automatic report generation.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
REPORT_ID | NUMBER | 8 | Yes | Id of the report for the scheduled report. | |
EXEC_DATE | TIMESTAMP | Yes | Execution date of the scheduled report. | ||
STATUS | VARCHAR2 | 5 | Execution status of the scheduled report. | ||
ERROR_MSG | VARCHAR2 | 1020 | Error message of the scheduled report run. | ||
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. | ||
REPORT_SCHEDULE_LOG_ID | NUMBER | 18 | Contains unique identifier of the row. System generated. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FFS_REPORT_SCHEDULE_LOG_N1 | Non Unique | DATA | REPORT_ID, EXEC_DATE |
FFS_REPORT_SCHEDULE_LOG_U1 | Unique | DATA | REPORT_SCHEDULE_LOG_ID |