CSO_FAVORITE_FOLLOW

This table stores the user created favorite and follows.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Columns

Name Datatype Length Precision Not-null Comments
RECORD_ID NUMBER 18 Yes Record ID for this record.
USER_ID NUMBER 18 Yes Party ID for the user creating this record.
FAVORITE_FLAG VARCHAR2 1 Yes Favorite preference for the user for this record.
FOLLOW_FLAG VARCHAR2 1 Yes Follow preference of the user for this record.
FAVORITE_TYPE NUMBER 1 Yes Type of favorite record 1=Article, 0=Filter Set.
FAVORITE_IDENTIFIER VARCHAR2 32 Yes Identifier for this record. Stores answer id if not defaulted to FILTERSET.
LOCALE_ID VARCHAR2 32 Yes Locale Id for this record.
FILTERSET_DISPLAY_NAME VARCHAR2 100 Display name for the filter set.
FILTER_API_CALL CLOB API Call that needs to be made for this filterset.
FILTER_API_PARAMS CLOB API Parameters to be passed in API call.
FILTER_API_PAYLOAD CLOB API Payload to be passed.
FILTER_API_HEADER CLOB Header details to be passed in request.
DEFAULT_FILTER_FLAG VARCHAR2 1 Yes Default flag for filterset records. Y=Default, N=Not Default.
APP_METADATA_REF VARCHAR2 100 Yes UI APP reference. Mapped with cso_favorite_app_metadata.
LAST_NOTIFICATION_DATE TIMESTAMP Last notification date for this user and document or filterset.
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_FOLLOW_N1 Non Unique Default FAVORITE_FLAG, FOLLOW_FLAG
CSO_FAVORITE_FOLLOW_N2 Non Unique Default USER_ID, FAVORITE_TYPE, FOLLOW_FLAG
CSO_FAVORITE_FOLLOW_N3 Non Unique Default USER_ID, FAVORITE_TYPE, FAVORITE_FLAG
CSO_FAVORITE_FOLLOW_N4 Non Unique Default LAST_NOTIFICATION_DATE
CSO_FAVORITE_FOLLOW_PK Unique Default RECORD_ID