[Home] [Help]
[Dependency Information]
Object Name: | FND_AUDIT_SCHEMAS |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_AUDIT_SCHEMAS stores information about audit schema. Each
row includes the scheme identifier, an ORACLE username, an
application identifier and a flag that indicates if the audit
scheme is enabled, enable requested, or disable requested. You
need one row for each audit ORACLE username available for this
installation of database. Oracle Application Object Library
uses this information to determine what ORACLE username to use
when auditing tables beginning from release 10.4.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_AUDIT_SCHEMAS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
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 |
ORACLE_ID | NUMBER | Yes | Oracle username | |
APPLICATION_ID | NUMBER | Yes | Application identifier | |
STATE | VARCHAR2 | (1) | Flag to indicate if the schema is enabled |
Cut, paste (and edit) the following text to query this object:
SELECT SCHEMA_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, ORACLE_ID
, APPLICATION_ID
, STATE
FROM APPLSYS.FND_AUDIT_SCHEMAS;
APPLSYS.FND_AUDIT_SCHEMAS does not reference any database object
APPLSYS.FND_AUDIT_SCHEMAS is referenced by following:
|
|
|