DBA Data[Home] [Help] [Dependency Information]


TABLE: AP.AP_AUD_AUDITORS

Object Details
Object Name: AP_AUD_AUDITORS
Object Type: TABLE
Owner: AP
FND Design Data: TableSQLAP.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AP_AUD_AUDITORS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAUDITOR_ID
Columns
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).
Query Text

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;

Dependencies

[top of page]

AP.AP_AUD_AUDITORS does not reference any database object

AP.AP_AUD_AUDITORS is referenced by following:

SchemaAPPS
SynonymAP_AUD_AUDITORS