[Home] [Help]
[Dependency Information]
Object Name: | FND_AUDIT_COLUMNS |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_AUDIT_COLUMNS stores information about table columns being
audited. Each row includes identifiers that identify the table,
the application the table is registered with, the column, the
sequence of the column in the audit table, and the audit schema
used to audit the column. Each row also includes a flag to
indicate if there is any pending request to add the column for
auditing. You need one row for each audited table column. Oracle
Application Object Library uses this information to implement
the new AuditTrail mechanism for Oracle Applications beginning
from release 10.4.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_AUDIT_COLUMNS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TABLE_APP_ID | NUMBER | Yes | Application identifier with which the table is registered | |
TABLE_ID | NUMBER | Yes | Table identifier | |
COLUMN_ID | NUMBER | Yes | Column identifier | |
SCHEMA_ID | NUMBER | Yes | Schema 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 if there is a pending request on this table column |
SEQUENCE_ID | NUMBER | Yes | Sequence identifier |
Cut, paste (and edit) the following text to query this object:
SELECT TABLE_APP_ID
, TABLE_ID
, COLUMN_ID
, SCHEMA_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, STATE
, SEQUENCE_ID
FROM APPLSYS.FND_AUDIT_COLUMNS;
APPLSYS.FND_AUDIT_COLUMNS does not reference any database object
APPLSYS.FND_AUDIT_COLUMNS is referenced by following:
|
|
|