ZCA_USER_FAVORITES

This table stores the list of favorites for users. A favorite can belong to any object eg: an object record.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

zca_user_favorites_PK

USER_FAVORITE_ID

Columns

Name Datatype Length Precision Not-null Comments Status
USER_FAVORITE_ID NUMBER 18 Yes Unique Identifier for a user favorite.
USER_GUID VARCHAR2 64 Yes Stores the user's Global Unique Id.The users defined in per_users. Obsolete
USER_PARTY_ID NUMBER 18 Yes FK To HZ_PARTIES. Identifier of the user.
FAVORITE_TYPE VARCHAR2 30 Yes Types of favorites like OBJECT, etc.
FAVORITE_OBJECT VARCHAR2 230 Yes Rest Resource Name of the object.
FAVORITE_OBJECT_ID NUMBER 18 Yes A key that uniquely identifies the object that is set in favorite_object column.
FAVORITE_HINT VARCHAR2 64 Identifies the entity as belonging to the object that is set in favorite_object column.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
LAST_ACCESSED_DATE TIMESTAMP Indicates the last accessed date and time of the favorite object row.

Indexes

Index Uniqueness Tablespace Columns
ZCA_USER_FAVORITES_U1 Unique Default USER_FAVORITE_ID
ZCA_USER_FAVORITES_U2 Unique Default USER_PARTY_ID, FAVORITE_TYPE, FAVORITE_OBJECT, FAVORITE_OBJECT_ID