DBA Data[Home] [Help] [Dependency Information]


TABLE: APPLSYS.FND_SELAUDIT_TABLES

Object Details
Object Name: FND_SELAUDIT_TABLES
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_SELAUDIT_TABLES
Subobject Name:
Status: VALID


Created to store the configuration of the columns for which Select Auditing is active


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 20
PCT Used:
Columns
Name Datatype Length Mandatory Comments
AUDIT_GROUP_ID NUMBER
Yes Audit group identifier
AUDIT_GROUP_APP_ID NUMBER
Yes Audit group application identifier
TABLE_APP_ID NUMBER
Yes Table application identifier
TABLE_ID NUMBER
Yes Table identifier
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
STATE VARCHAR2 (1) Yes Flag to indicate the state of the database trigger or the states of the enable/disable requests
AUDIT_CONDITION VARCHAR2 (4000)
The where clause that will trigger the select audit on the given table. NULL values will cause all selects against the table to be audited
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT AUDIT_GROUP_ID
,      AUDIT_GROUP_APP_ID
,      TABLE_APP_ID
,      TABLE_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      STATE
,      AUDIT_CONDITION
FROM APPLSYS.FND_SELAUDIT_TABLES;

Dependencies

[top of page]

APPLSYS.FND_SELAUDIT_TABLES does not reference any database object

APPLSYS.FND_SELAUDIT_TABLES is referenced by following:

SchemaAPPS
SynonymFND_SELAUDIT_TABLES