FFS_REPORT_STATS

Used to store statistics for custom reports.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_REPORT_STATS_PK

REPORT_ID, START_DAY_OFFSET

Columns

Name Datatype Length Precision Not-null Comments
REPORT_ID NUMBER 8 Yes Id of the report for the report statistics.
START_DAY_OFFSET TIMESTAMP Yes Date time of launch of the report statistics.
DURATION NUMBER Duration of report running for the report statistics.
ACTION_ID NUMBER 19 Yes Id of a parent action_log record.
USER_ID NUMBER 18 Yes Id of the user who launched the report.
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
FFS_REPORT_STATS_PK Unique DATA REPORT_ID, START_DAY_OFFSET