Search Results ast_mlist_allsecure_uwq_v
Overview
AST_MLIST_ALLSECURE_UWQ_V is a secure database view owned by the APPS schema in Oracle E-Business Suite, delivered as part of the AST (TeleSales) product family. It exposes marketing list membership data drawn from the Oracle Marketing (AMS) tables, tightly coupled to call center schedules. In Release 12.1.1 and 12.2.2 the view serves as a Universal Work Queue (UWQ) integration point: it projects a standardized set of Interaction/E-Business Integration (IEU) attributes alongside detailed caller and list-entry context. This dual role makes it the bridge between TeleSales agent workflow and the underlying campaign list definitions.
The view is SQL-based, formed from a join across campaign schedules, list headers, list entries, activity lists, and source codes. Access is restricted to lists that are actively enabled, unresolved (no outcome recorded), and linked to a campaign schedule as a target audience. Because it filters on IEU_ACTION_OBJECT_CODE = 'PARTY', it is commonly located when developers search on that keyword while diagnosing telemarketing work queues or building custom integrations.
Underlying Base Objects
Per the documented metadata, the view references five base objects: AMS_ACT_LISTS (SYNONYM), AMS_CAMPAIGN_SCHEDULES_VL (VIEW), AMS_LIST_ENTRIES (SYNONYM), AMS_LIST_HEADERS_ALL (SYNONYM), and AMS_SOURCE_CODES (SYNONYM).
- AMS_ACT_LISTS — maps activities to the lists they consume, constraining the join to
LIST_USED_BY = 'CSCH'andLIST_ACT_TYPE = 'TARGET'. - AMS_CAMPAIGN_SCHEDULES_VL — provides schedule identity, name, status and source code.
- AMS_LIST_HEADERS_ALL — supplies list name, header ID, source type and list type.
- AMS_LIST_ENTRIES — the primary row source, providing party, name, address, phone, email and entry-level attributes, filtered by
ENABLED_FLAG = 'Y'andOUTCOME_ID IS NULL. - AMS_SOURCE_CODES — joined on
SOURCE_CODEandSOURCE_CODE_FOR_IDto resolve source attribution.
Key Columns
The view exposes both IEU routing columns and descriptive list-entry columns:
IEU_OBJECT_FUNCTION— literal'AST_RC_ALL', identifying the routing context.IEU_ACTION_OBJECT_CODE— literal'PARTY', indicating the primary object for the action.IEU_PARAM_PK_COL/IEU_PARAM_PK_VALUE— primary key column name (PARTY_ID) and its value, used to link to party records.IEU_OBJECT_PARAMETERS— parameter template ('PARTY_ID=&ID').RESOURCE_TYPE— literal'RS_INDIVIDUAL', denoting the resource context.SCHEDULE_ID,SCHEDULE_NAME,STATUS_CODE,SOURCE_CODE— schedule and status identifiers.LIST_NAME,LIST_HEADER_ID,LIST_SOURCE_TYPE,LIST_TYPE,LIST_ENTRY_ID— list identity and classification.FULL_NAME— computed via DECODE to blank forPERSON_LISTsource type, otherwise first-name plus last-name.- Contact and demographic fields —
FIRST_NAME,LAST_NAME,CUSTOMER_NAME,TITLE,CITY,STATE,ZIPCODE,COUNTRY,PHONE,EMAIL_ADDRESS. - Address and party references —
LOCATION_ID,CONTACT_POINT_ID,PARTY_ID, plus creation/update timestamps and duplicate/control-group flags.
Common Use Cases and Queries
TeleSales administrators and integrators query this view to build UWQ work lists, validate list membership, or reconcile queue volumes against campaign schedules. Typical patterns include retrieving all party rows for a schedule or filtering active contacts by phone or email.
Sample query for a specific schedule:
SELECT list_name, full_name, phone, email_address, party_id, ieu_action_object_code FROM ast_mlist_allsecure_uwq_v WHERE schedule_id = :p_schedule_id ORDER BY last_name;
Sample query confirming routing metadata:
SELECT DISTINCT ieu_object_function, ieu_action_object_code, ieu_param_pk_col, ieu_param_pk_value FROM ast_mlist_allsecure_uwq_v WHERE list_header_id = :p_list_header_id;
Because rows are limited to enabled, unresolved entries linked as targets, the view naturally reflects only work still outstanding for the associated schedule, making it suitable for workload monitoring and outbound/dialer integrations.
-
View: AST_MLIST_ALLSECURE_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MLIST_ALLSECURE_UWQ_V, object_name:AST_MLIST_ALLSECURE_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MLIST_ALLSECURE_UWQ_V ,
-
View: AST_MLIST_ALLSECURE_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MLIST_ALLSECURE_UWQ_V, object_name:AST_MLIST_ALLSECURE_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MLIST_ALLSECURE_UWQ_V ,
-
SYNONYM: APPS.AMS_ACT_LISTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_ACT_LISTS, status:VALID,
-
SYNONYM: APPS.AMS_ACT_LISTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_ACT_LISTS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.AMS_LIST_ENTRIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_LIST_ENTRIES, status:VALID,
-
SYNONYM: APPS.AMS_LIST_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_LIST_HEADERS_ALL, status:VALID,
-
SYNONYM: APPS.AMS_LIST_HEADERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_LIST_HEADERS_ALL, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.AMS_LIST_ENTRIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_LIST_ENTRIES, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.AMS_SOURCE_CODES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_SOURCE_CODES, status:VALID,
-
SYNONYM: APPS.AMS_SOURCE_CODES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_SOURCE_CODES, status:VALID,
-
VIEW: APPS.AST_MLIST_ALLSECURE_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MLIST_ALLSECURE_UWQ_V, object_name:AST_MLIST_ALLSECURE_UWQ_V, status:VALID,
-
VIEW: APPS.AST_MLIST_ALLSECURE_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MLIST_ALLSECURE_UWQ_V, object_name:AST_MLIST_ALLSECURE_UWQ_V, status:VALID,
-
PACKAGE BODY: APPS.AST_UWQ_MLIST_ENUMS_PVT
12.1.1
-
PACKAGE BODY: APPS.AST_UWQ_MLIST_ENUMS_PVT
12.2.2
-
VIEW: APPS.AMS_CAMPAIGN_SCHEDULES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CAMPAIGN_SCHEDULES_VL, object_name:AMS_CAMPAIGN_SCHEDULES_VL, status:VALID,
-
VIEW: APPS.AMS_CAMPAIGN_SCHEDULES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CAMPAIGN_SCHEDULES_VL, object_name:AMS_CAMPAIGN_SCHEDULES_VL, status:VALID,
-
eTRM - AST Tables and Views
12.1.1
description: All available web searches ,
-
eTRM - AST Tables and Views
12.2.2
description: All available web searches ,
-
12.2.2 DBA Data
12.2.2
-
eTRM - AMS Tables and Views
12.2.2
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - AMS Tables and Views
12.1.1
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - AST Tables and Views
12.1.1
description: All available web searches ,
-
eTRM - AST Tables and Views
12.2.2
description: All available web searches ,
-
eTRM - AMS Tables and Views
12.2.2
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - AMS Tables and Views
12.1.1
description: This table is used to store tracking data for web advertisement and offer type schedules ,