FUN_SENSOR_INSIGHT_ACTN_HIST
This table stores all user and system actions performed on insights for a detailed audit trail.
Details
-
Schema: FUSION
-
Object owner: FUN
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
FUN_SENSOR_INSIGHT_ACT_HIST_PK |
ACTION_HISTORY_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ACTION_HISTORY_ID | NUMBER | 18 | Yes | Unique identifier for an action history representing the action executed on insights. | |
| INSIGHT_RECIPIENT_ID | NUMBER | 18 | Yes | Identifier of Insight Recipient. | |
| USER_NAME | VARCHAR2 | 500 | Yes | Identifier of the actor (user or system) that performed the action on the insight. | |
| USER_ACTION_CODE | VARCHAR2 | 30 | Yes | Code representing the action taken on the insight, either by a user or the system. Valid values include Open, Dismissed, Reviewed, and Obsoleted. | |
| COMMENTS | VARCHAR2 | 4000 | Comments entered by the user while performing the action, or system-generated notes for automated actions. | ||
| 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. | |
| 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 |
|---|---|---|---|
| FUN_SENSOR_INSIGHT_ACT_HIST_N1 | Non Unique | Default | INSIGHT_RECIPIENT_ID |
| FUN_SENSOR_INSIGHT_ACT_HIST_U1 | Unique | Default | ACTION_HISTORY_ID |