FFS_REPORT_SETTINGS
Used to store all report settings.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_REPORT_SETTINGS_PK |
ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ID | NUMBER | 8 | Yes | Unique identifier for report settings. | |
RG_ID | NUMBER | 8 | Yes | Id of the report group for the report settings. | |
REPORT_ID | VARCHAR2 | 320 | Id of the report for the report settings. | ||
REPORT_TYPE | VARCHAR2 | 15 | Type of the report for the report settings. | ||
REPORT_NAME_REF | VARCHAR2 | 1020 | Name of the report for the report settings. | ||
REPORT_SIZE | VARCHAR2 | 80 | Comma separated value indicating height and width of report. | ||
ISMINIMIZED | NUMBER | 3 | Yes | Boolean showing if the report is minimized. | |
ISRESIZABLE | NUMBER | 3 | Yes | Boolean showing if the report is resizable. | |
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_SETTINGS_PK | Unique | DATA | ID |