FFS_USER_REPORT_CHART
Contains connections between users and charts for custom report.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
| Name | Columns |
|---|---|
|
FFS_USER_REPORT_CHART_PK |
ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ID | NUMBER | 8 | Yes | Id of security module report chart. | |
| USER_ID | NUMBER | 18 | Yes | Id of the user for the report chart. | |
| REPORT_ID | NUMBER | 8 | Yes | Id of the report for the report chart. | |
| SORT_ORDER | VARCHAR2 | 1020 | List of charts shown in specified order. | ||
| 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_USER_REPORT_CHART_N1 | Non Unique | DATA | USER_ID |
| FFS_USER_REPORT_CHART_PK | Unique | DATA | ID |