[Home] [Help]
[Dependency Information]
Object Name: | FND_SELAUDIT_TABLES |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Created to store the configuration of the columns for which Select Auditing is active
Tablespace: | ![]() |
---|---|
PCT Free: | 20 |
PCT Used: |
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 |
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;
APPLSYS.FND_SELAUDIT_TABLES does not reference any database object
APPLSYS.FND_SELAUDIT_TABLES is referenced by following:
|
|
|