ZCA_OBJ_ENGMT
This table contains list of engagement objects.
Details
-
Schema: FUSION
-
Object owner: ZCA
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ZCA_OBJ_ENGMT_PK |
OBJ_ENGMT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| OBJ_ENGMT_ID | NUMBER | 18 | Yes | Unique identifier (Primary Key) of the Objective Engagement. | |
| OBJ_ENGMT_NUMBER | VARCHAR2 | 30 | Yes | Public unique identifier (Alternate Key) of the Object Engagement. | |
| OBJ_ENGMT_INSIGHT_ID | NUMBER | 18 | Yes | Unique identifier for the Object Engagement Insights object. | |
| SOURCE_ENGMT_ID | NUMBER | 18 | Yes | Unique identifier for the Source Engagement. | |
| ENGMT_TYPE | VARCHAR2 | 30 | Yes | Engagement type of the Object Engagement. | |
| ENGMT_TIME | TIMESTAMP | Yes | Engagement Time of the Object Engagement. | ||
| ENGMT_SUMMARY | CLOB | Engagement Summary of the Object Engagement. | |||
| ENGMT_RAW_TEXT | CLOB | Stores the raw text for engagements. | |||
| PROCESS_BY_WORKFLOW | VARCHAR2 | 30 | Maintains workflow process, should be in NOT_PROCESSED, IN_PROCESS, PROCESSED. | ||
| LAST_SYNCHED_TIME | TIMESTAMP | Time when the record was created by the Timeline Synchronization Job. | |||
| PARTICIPANTS | VARCHAR2 | 4000 | Yes | Participants of the Object Engagement. | |
| SUBJECT | VARCHAR2 | 4000 | Yes | Subject of the Object Engagement. | |
| LAST_PROCESSED_TIME | TIMESTAMP | Last Processed Time for the Engagement Summary. | |||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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. | |
| 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 |
|---|---|---|---|
| ZCA_OBJ_ENGMT_PK | Unique | Default | OBJ_ENGMT_ID |
| ZCA_OBJ_ENGMT_U1 | Unique | Default | OBJ_ENGMT_NUMBER |
| ZCA_OBJ_ENGMT_U2 | Unique | Default | SOURCE_ENGMT_ID |