[Home] [Help]
[Dependency Information]
| Object Name: | AP_AUD_QUEUE_SUMMARIES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | SQLAP.AP_AUD_QUEUE_SUMMARIES_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| AUDITOR_ID | NUMBER | (15) | Yes | Auditor id |
| CURRENT_TOTAL_WORKLOAD | NUMBER | |||
| COUNT_REPORT_WEIGHTS | NUMBER | |||
| COUNT_REPORTS | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT AUDITOR_ID
, CURRENT_TOTAL_WORKLOAD
, COUNT_REPORT_WEIGHTS
, COUNT_REPORTS
FROM APPS.AP_AUD_QUEUE_SUMMARIES_V;
APPS
AP_AUD_QUEUES
APPS
AP_WEB_AUDIT_QUEUE_UTILS
- show dependent code
|
|
|
|