FFS_REPORT_GROUP

Used to store all report groups.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_REPORT_GROUP_PK

ID

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 8 Yes Unique identifier for dashboard report group.
NAME VARCHAR2 400 Display name of the dashboard report group.
SORT_ORDER NUMBER 5 Yes Number which indicate the sorting order for the dashboard.
USER_ID NUMBER 18 Yes Id of user who owns the dashboard.
SUDID NUMBER 8 Yes Dashboard id from security user dashboard.
USER_TYPE_ID NUMBER 5 Yes Flag to indicate a preconfigured dashboard entry.
EMBEDDED NUMBER 3 Yes Flag to indicate if its an embedded dashboard.
URL VARCHAR2 1020 Url for the embedded dashboard.
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_GROUP_PK Unique DATA ID