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


VIEW: APPS.IEC_WB_CAMPAIGN_QUEUE_COUNTS_V

Object Details
Object Name: IEC_WB_CAMPAIGN_QUEUE_COUNTS_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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).
Query Text

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;

Dependencies

[top of page]

APPS.IEC_WB_CAMPAIGN_QUEUE_COUNTS_V references the following:

SchemaAPPS
ViewIEC_AGENT_WORK_ASSIGNMENTS_V
ViewIEC_GROUP_WORK_ASSIGNMENTS_V

APPS.IEC_WB_CAMPAIGN_QUEUE_COUNTS_V is not referenced by any database object