FFS_CHART

Contains a full list of available charts.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FFS_CHART_PK

ID

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 8 Yes Unique Identifier For Template Of The Chart.
ACTION_LINK_LABEL VARCHAR2 320 Oracle Internal Use Only. Label Of The Action Link Related To Chart Template.
FUNCTION VARCHAR2 1020 Oracle Internal Use Only. Name of the function that collects data for the chart.
SETTINGS VARCHAR2 4000 Json String Which Contains Default Visualization Settings For Template.
PRIORITY NUMBER Yes Priority of calculating. Most quick reports should go first.
ICON_CLASS VARCHAR2 120 CSS class indicating the icon for the chart type.
SORT_ORDER NUMBER 3 Yes Display order used for showing templates.
SETTINGS_TITLE VARCHAR2 128 Keywords for the chart subtitle based on the settings provided.
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.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.
DELETED_FLAG VARCHAR2 1 Indicates whether the record is logically deleted (Y - soft deleted, N or NULL - active).

Indexes

Index Uniqueness Tablespace Columns
FFS_CHART_N1 Non Unique DATA ACTION_LINK_LABEL
FFS_CHART_PK Unique DATA ID, ORA_SEED_SET1
FFS_CHART_PK1 Unique DATA ID, ORA_SEED_SET2