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


TABLE: AP.AP_AUD_QUEUES

Object Details
Object Name: AP_AUD_QUEUES
Object Type: TABLE
Owner: AP
FND Design Data: TableSQLAP.AP_AUD_QUEUES
Subobject Name:
Status: VALID


AP_AUD_QUEUES is a Audit-specific table that contains list of expense reports for auditing along with their assignments to auditors.
The primary key for this table is AUDITOR_QUEUE_ID.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AP_AUD_QUEUES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXPENSE_REPORT_ID
AP_AUD_QUEUES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAUDITOR_ID
Columns
Name Datatype Length Mandatory Comments
AUDITOR_ID NUMBER (15) Yes Auditor id
EXPENSE_REPORT_ID NUMBER (15) Yes Expense Report Id
REPORT_WEIGHT NUMBER (15) Yes stored result of AP_WEB_AUDIT_QUEUE_UTILS.report_weight(p_report_header_id) calculated at time of enqueue
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
,      EXPENSE_REPORT_ID
,      REPORT_WEIGHT
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM AP.AP_AUD_QUEUES;

Dependencies

[top of page]

AP.AP_AUD_QUEUES does not reference any database object

AP.AP_AUD_QUEUES is referenced by following:

SchemaAP
ViewAP_AUD_QUEUES#