[Home] [Help]
[Dependency Information]
| Object Name: | IEC_WB_CAMPAIGN_QUEUE_COUNTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View to display Available Record Counts by Campaign. Used by Blending only.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CAMPAIGN_ID | NUMBER | Value from CAMPAIGN_ID column from AMS_CAMPAIGNS_ALL_B | ||
| CAMPAIGN_NAME | VARCHAR2 | (240) | Name of CAMPAIGN from AMS_CAMPAIGNS_ALL_VL | |
| QUEUE_COUNT | NUMBER | Number of available records in this queue (campaign). |
Cut, paste (and edit) the following text to query this object:
SELECT CAMPAIGN_ID
, CAMPAIGN_NAME
, QUEUE_COUNT
FROM APPS.IEC_WB_CAMPAIGN_QUEUE_COUNTS_V;
APPS
IEC_AGENT_WORK_ASSIGNMENTS_V
IEC_GROUP_WORK_ASSIGNMENTS_V
APPS.IEC_WB_CAMPAIGN_QUEUE_COUNTS_V is not referenced by any database object
|
|
|
|