[Home] [Help]
[Dependency Information]
Object Name: | AP_AUD_AUDITORS |
---|---|
Object Type: | TABLE |
Owner: | AP |
FND Design Data: | ![]() |
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: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AP_AUD_AUDITORS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
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). |
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
FROM AP.AP_AUD_AUDITORS;
AP.AP_AUD_AUDITORS does not reference any database object
AP.AP_AUD_AUDITORS is referenced by following:
|
|
|