ZCA_BI_USER_OBJECT_ACTIONS
Tracks user activity on various Objets. It gets populated by ESS Job
Details
-
Schema: FUSION
-
Object owner: FUSION
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
ZCA_BI_USER_OBJECT_ACTION_PK |
OBJECT_NAME, USER_GUID, ACTION_DATE, CHANNEL_CODE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| OBJECT_NAME | VARCHAR2 | 50 | Yes | Module of the FND object that is audited | |
| CHANNEL_CODE | VARCHAR2 | 20 | Yes | Cannel through which user updated the object (MOBILE/ MAIL / ALL / WEB) | |
| USER_GUID | VARCHAR2 | 64 | Yes | The latest user Guid of the user. | |
| ACTION_DATE | DATE | Yes | Calendar Date of the action | ||
| INSERT_ACTION_COUNT | NUMBER | 18 | Count of Action Type Insert per user per date | ||
| UPDATE_ACTION_COUNT | NUMBER | 18 | Count of Action Type Update per user per date | ||
| READ_ACTION_COUNT | NUMBER | 18 | Count of Action Type READ per user per date | ||
| 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. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
| JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZCA_BI_USER_OBJECT_ACTIONS_N1 | Non Unique | FUSION_TS_TX_IDX | USER_GUID |
| ZCA_BI_USER_OBJECT_ACTIONS_N2 | Non Unique | FUSION_TS_TX_IDX | ACTION_DATE |
| ZCA_BI_USER_OBJECT_ACTIONS_PK | Unique | FUSION_TS_TX_IDX | OBJECT_NAME, USER_GUID, ACTION_DATE, CHANNEL_CODE |