[Home] [Help]
[Dependency Information]
| Object Name: | AP_AUD_QUEUES |
|---|---|
| Object Type: | TABLE |
| Owner: | AP |
| FND Design Data: | SQLAP.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AP_AUD_QUEUES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
EXPENSE_REPORT_ID
|
| AP_AUD_QUEUES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
AUDITOR_ID
|
| 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). |
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;
AP.AP_AUD_QUEUES does not reference any database object
AP.AP_AUD_QUEUES is referenced by following:
APPS
AP_AUD_QUEUES
|
|
|
|