[Home] [Help]
[Dependency Information]
| Object Name: | FND_SELAUDIT_GROUPS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.FND_SELAUDIT_GROUPS
|
| Subobject Name: | |
| Status: | VALID |
Created to store the configuration of the columns for which Select Auditing is active.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 20 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLICATION_ID | NUMBER | Yes | Application identifier with which the table is registered | |
| AUDIT_GROUP_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 |
| GROUP_NAME | VARCHAR2 | (240) | Yes | Audit group name |
| STATE | VARCHAR2 | (1) | Yes | Flag to indicate if the Audit Group is enabled |
| DESCRIPTION | VARCHAR2 | (240) | Description |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, AUDIT_GROUP_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, GROUP_NAME
, STATE
, DESCRIPTION
FROM APPLSYS.FND_SELAUDIT_GROUPS;
APPLSYS.FND_SELAUDIT_GROUPS does not reference any database object
APPLSYS.FND_SELAUDIT_GROUPS is referenced by following:
APPLSYS
FND_SELAUDIT_GROUPS#
|
|
|
|