CSO_FAVORITE_APP_METADATA

This table stores the metadata for all the Applications and pages which can consume favorite-follow functionality.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Columns

Name Datatype Length Precision Not-null Comments
RECORD_ID NUMBER 18 Yes Unique Id for this record.
APP_METADATA_REF VARCHAR2 100 Yes Source Application Unique Code for this metadata. Should be unique in this table.
FAVORITE_TARGET_URI CLOB Yes Relative path of the target page for notification for this source application.
TARGET_URI_PARAMS CLOB Yes URI Parameter Mapping for this source application.
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
CSO_FAVORITE_APP_METADATA_PK Unique Default RECORD_ID
CSO_FAVORITE_APP_METADATA_U1 Unique Default APP_METADATA_REF