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 |
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 | Yes | Unique Identifier for an User | |
| USER_PARTY_NUMBER | VARCHAR2 | 30 | Yes | The Party Number of User Party | |
| OBJECT_TYPE_CODE | VARCHAR2 | 30 | Yes | The Object Type Code of a Business Object. | |
| SCORE | NUMBER | 9 | Yes | The Score of a Relevant Item. | |
| OBJECT_ID | NUMBER | 18 | Yes | 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 | 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. | ||
| 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 | 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. | |
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZCA_UC_RELEVANT_ITEMS_N2 | Non Unique | Default | OBJECT_NUMBER |
| ZCA_UC_RELEVANT_ITEMS_N3 | Non Unique | Default | TO_CHAR("OBJECT_ID") |
| ZCA_UC_RELEVANT_ITEMS_U1 | Unique | Default | USER_GUID, OBJECT_TYPE_CODE, OBJECT_ID |
| ZCA_UC_RELEVANT_ITEMS_U2 | Unique | Default | USER_PARTY_NUMBER, OBJECT_TYPE_CODE, OBJECT_NUMBER |
| ZCA_UC_RELEVANT_ITEMS_U3 | Unique | Default | RELEVANT_ITEM_ID |