FND_AUDIT_USER_TABLE_ACCESS

This table stores the audit history on when a base table was last updated by a particular user. There will be only 1 row per user and table.

Details

  • Schema: FND_AUDIT

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FND_AUDIT_USER_TABLE_ACCE_PK

USER_NAME, TABLE_NAME, IMPERSONATOR

Columns

Name Datatype Length Not-null Comments
USER_NAME VARCHAR2 64 Yes USER_NAME
TABLE_NAME VARCHAR2 30 Yes TABLE_NAME
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.
IMPERSONATOR VARCHAR2 64 Yes For Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
AUDIT_USER_TABLE_ACCESS_U1 Unique Default USER_NAME, TABLE_NAME, IMPERSONATOR
FND_AUDIT_USER_TABLE_ACCESS_N1 Non Unique Default LAST_UPDATE_DATE, TABLE_NAME
FND_AUDIT_USER_TABLE_ACCESS_U1 Unique Default LAST_UPDATE_DATE, TABLE_NAME, USER_NAME