ZCA_UC_RELEVANT_ITEMS_

This table stores the relevant items for Users.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_UC_RELEVANT_ITEMS_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, RELEVANT_ITEM_ID

Columns

Name Datatype Length Precision Not-null Comments
RELEVANT_ITEM_ID NUMBER 18 Yes The Unique Identifier of Relevant Item associated to an user.
USER_GUID VARCHAR2 64 Unique Identifier for an User
USER_PARTY_NUMBER VARCHAR2 30 The Party Number of User Party
OBJECT_TYPE_CODE VARCHAR2 30 The Object Type Code of a Business Object.
SCORE NUMBER 9 The Score of a Relevant Item.
OBJECT_ID NUMBER 18 The Unique Identifier and Primary key of the Object
OBJECT_NUMBER VARCHAR2 500 Public Unique Identifier of a Business Object.
LAST_DATA_SOURCE VARCHAR2 1000 The Last data source where this relevent item is found.
LAST_ACTIVITY_DATE TIMESTAMP The last time the user took any action on this object.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 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.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
ZCA_RELEVANT_ITEMSN1_ Non Unique Default RELEVANT_ITEM_ID, LAST_UPDATE_DATE
ZCA_UC_RELEVANT_ITEMS_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, USER_GUID, OBJECT_TYPE_CODE, OBJECT_ID
ZCA_UC_RELEVANT_ITEMS_U2_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, USER_PARTY_NUMBER, OBJECT_TYPE_CODE, OBJECT_NUMBER
ZCA_UC_RELEVANT_ITEMS_U3_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, RELEVANT_ITEM_ID