ATC_AUDIT_INITIATIVE_EVENTS
Stores details of intiative audit events.
Details
-
Schema: FUSION
-
Object owner: ATC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ATC_AUTDIT_INITIATIVE_EVENT_PK |
AUDIT_INITIATIVE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| AUDIT_INITIATIVE_ID | NUMBER | 18 | Yes | Indicates the unique row id for initiative audit event | |
| INITIATIVE_NAME | VARCHAR2 | 200 | Indicates the name of initiative. | ||
| EVENT_ID | VARCHAR2 | 150 | Indicates the identifier of publish event. | ||
| EMITTING_APP_NAME | VARCHAR2 | 255 | Indicates the name of event emitting application. | ||
| RECIEVE_APP_NAME | VARCHAR2 | 255 | Indicates the name of event recieving application. | ||
| ACTION_DESCRIPTION | VARCHAR2 | 4000 | Indicates the name of event action description. | ||
| EVENT_PAYLOAD | CLOB | Indicates the name of event payload. | |||
| 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 |
|---|---|---|---|
| ATC_AUTDIT_INITIATIVE_EVENT_PK | Unique | Default | AUDIT_INITIATIVE_ID |