[Home] [Help]
[Dependency Information]
| Object Name: | AP_AUD_AUDITORS |
|---|---|
| Object Type: | TABLE |
| Owner: | AP |
| FND Design Data: | SQLAP.AP_AUD_AUDITORS
|
| Subobject Name: | |
| Status: | VALID |
AP_AUD_AUDITORS is a Audit-specific table that stores information about auditors.
The data in this table controls which users are valid auditors.
The table is shipped preseeded with a fallback auditor. The fallback auditor is used when no other auditor is available and has auditor_id -1.
The primary key for this table is AUDITOR_ID.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AP_AUD_AUDITORS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
AUDITOR_ID
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| AUDITOR_ID | NUMBER | (15) | Yes | Auditor Unique identifier |
| SECURITY_PROFILE_ID | NUMBER | (15) | Security Profile id | |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT AUDITOR_ID
, SECURITY_PROFILE_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, ZD_EDITION_NAME
FROM AP.AP_AUD_AUDITORS;
AP.AP_AUD_AUDITORS does not reference any database object
AP.AP_AUD_AUDITORS is referenced by following:
AP
AP_AUD_AUDITORS#
|
|
|
|