Search Results repeat_exclude_type
Overview
AST_PLIST_NAMES_UWQ_V is a TeleSales (AST) application view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It exposes the personal list headers maintained by the Advanced Sales and TeleSales (AMS) module in a form adapted to the Universal Work Queue (UWQ) integration model used by the Interaction Center and TeleSales agent interfaces. The view projects the core list-header attributes alongside a set of synthetic UWQ routing columns (IEU_OBJECT_FUNCTION, IEU_OBJECT_PARAMETERS, IEU_MEDIA_TYPE_UUID, IEU_PARAM_PK_COL, IEU_PARAM_PK_VALUE, RESOURCE_TYPE, RESOURCE_ID) that allow the Universal Work Queue infrastructure to treat each personal list as a routable work item assigned to an individual resource. Because it is a view rather than a table, no data is stored in it; all content is derived at query time from the underlying base objects, guaranteeing that list status and forecasting information remains consistent with the AMS transactional tables.
Underlying Base Objects
The documented base object for this view is AMS_LIST_HEADERS_VL, itself a translatable view over the AMS_LIST_HEADERS_B and AMS_LIST_HEADERS_TL tables. The view text confirms a direct, non-joined projection: every column in AST_PLIST_NAMES_UWQ_V is selected from AMS_LIST_HEADERS_VL, with the leading UWQ columns supplied as literal NULLs and the RESOURCE_TYPE column hard-coded to the literal 'RS_INDIVIDUAL'. RESOURCE_ID is aliased from OWNER_USER_ID, so each row is attributed to the owning user rather than to a group or organization resource. This design gives the view a one-to-one cardinality with the personal list header rows and makes it a lightweight, filter-friendly interface for UWQ consumers.
Key Columns
- LIST_HEADER_ID — primary identifier of the personal list.
- LIST_NAME, DESCRIPTION, LIST_TYPE, LIST_SOURCE, LIST_SOURCE_TYPE — descriptive attributes identifying the list and its origin.
- OWNER_USER_ID / RESOURCE_ID / ASSIGN_PERSON_ID / OWNER_PERSON_ID — ownership and assignment information used to route the list.
- FORECASTED_START_DATE and FORECASTED_END_DATE — the planned window for executing the list; these are the columns most commonly used to drive start-date filtering and scheduling dashboards.
- ACTUAL_END_DATE, SENT_OUT_DATE, LAST_GENERATION_SUCCESS_FLAG — execution outcome indicators.
- NO_OF_ROWS_IN_LIST, NO_OF_ROWS_ACTIVE, NO_OF_ROWS_INACTIVE, NO_OF_ROWS_DUPLICATES — row-count metrics describing list composition and deduplication results.
- STATUS_CODE, STATUS_DATE, ENABLED_FLAG, ACCESS_LEVEL — lifecycle and visibility controls.
- ORG_ID — multi-org operating unit context.
- OBJECT_VERSION_NUMBER, LAST_UPDATE_DATE, CREATED_BY — standard audit and optimistic-locking columns.
Common Use Cases and Queries
Typical usage includes TeleSales agent dashboards, UWQ work-item routing, and reporting on upcoming or overdue list generation. A frequent query filters on the forecasted start date, for example:
SELECT list_header_id, list_name, forecasted_start_date, forecasted_end_date, status_code FROM ast_plist_names_uwq_v WHERE forecasted_start_date BETWEEN :start AND :end AND org_id = :org_id;SELECT resource_id, COUNT(*) FROM ast_plist_names_uwq_v WHERE enabled_flag = 'Y' GROUP BY resource_id;SELECT list_name, no_of_rows_in_list, no_of_rows_duplicates FROM ast_plist_names_uwq_v WHERE last_generation_success_flag = 'N';
Because the view is defined over AMS_LIST_HEADERS_VL, report and integration developers should remember that forecasted dates reflect the planned schedule recorded on the list header, not the list's runtime execution history, and that only individual-owned lists (RESOURCE_TYPE = 'RS_INDIVIDUAL') are represented.
-
View: AST_PLIST_NAMES_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_PLIST_NAMES_UWQ_V, object_name:AST_PLIST_NAMES_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_PLIST_NAMES_UWQ_V ,
-
View: AST_PLIST_NAMES_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_PLIST_NAMES_UWQ_V, object_name:AST_PLIST_NAMES_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_PLIST_NAMES_UWQ_V ,
-
VIEW: APPS.AST_PLIST_NAMES_UWQ_V
12.2.2
-
VIEW: APPS.AST_PLIST_NAMES_UWQ_V
12.1.1
-
VIEW: APPS.IEX_PLIST_NAMES_UWQ_V
12.2.2
-
VIEW: APPS.IEX_PLIST_NAMES_UWQ_V
12.1.1
-
VIEW: AMS.AMS_LIST_HEADERS_ALL#
12.2.2
-
VIEW: APPS.IEX_PLIST_NAMES_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_PLIST_NAMES_UWQ_V, status:VALID,
-
VIEW: APPS.IEX_PLIST_NAMES_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_PLIST_NAMES_UWQ_V, status:VALID,
-
VIEW: APPS.AST_PLIST_NAMES_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_PLIST_NAMES_UWQ_V, object_name:AST_PLIST_NAMES_UWQ_V, status:VALID,
-
VIEW: APPS.AST_PLIST_NAMES_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_PLIST_NAMES_UWQ_V, object_name:AST_PLIST_NAMES_UWQ_V, status:VALID,
-
VIEW: AMS.AMS_LIST_HEADERS_ALL#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_LIST_HEADERS_ALL#, status:VALID,
-
View: AMS_P_LIST_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_LIST_HEADERS_V, object_name:AMS_P_LIST_HEADERS_V, status:VALID, product: AMS - Marketing , description: This public view returns the general information about marketing list. , implementation_dba_data: APPS.AMS_P_LIST_HEADERS_V ,
-
View: AMS_P_LIST_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_LIST_HEADERS_V, object_name:AMS_P_LIST_HEADERS_V, status:VALID, product: AMS - Marketing , description: This public view returns the general information about marketing list. , implementation_dba_data: APPS.AMS_P_LIST_HEADERS_V ,
-
VIEW: APPS.AMS_LIST_HEADERS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LIST_HEADERS_VL, object_name:AMS_LIST_HEADERS_VL, status:VALID,
-
VIEW: APPS.AMS_LIST_HEADERS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LIST_HEADERS_VL, object_name:AMS_LIST_HEADERS_VL, status:VALID,
-
View: AMS_LIST_HEADERS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LIST_HEADERS_VL, object_name:AMS_LIST_HEADERS_VL, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_LIST_HEADERS_VL ,
-
View: AMS_LIST_HEADERS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LIST_HEADERS_VL, object_name:AMS_LIST_HEADERS_VL, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_LIST_HEADERS_VL ,
-
APPS.AMS_LIST_MAINT_PVT SQL Statements
12.2.2
-
APPS.AMS_LIST_MAINT_PVT SQL Statements
12.1.1
-
VIEW: APPS.AMS_P_LIST_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_LIST_HEADERS_V, object_name:AMS_P_LIST_HEADERS_V, status:VALID,
-
VIEW: APPS.AMS_P_LIST_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_LIST_HEADERS_V, object_name:AMS_P_LIST_HEADERS_V, status:VALID,
-
TABLE: AMS.AMS_LIST_HEADERS_ALL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_HEADERS_ALL, object_name:AMS_LIST_HEADERS_ALL, status:VALID,
-
TABLE: AMS.AMS_LIST_HEADERS_ALL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_HEADERS_ALL, object_name:AMS_LIST_HEADERS_ALL, status:VALID,
-
APPS.AMS_LIST_HEADERS_VL_PKG SQL Statements
12.1.1
-
APPS.AMS_LIST_HEADERS_ALL_PKG SQL Statements
12.1.1
-
APPS.AMS_LIST_HEADERS_ALL_PKG SQL Statements
12.2.2
-
APPS.AMS_LIST_HEADERS_VL_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.AMS_LIST_HEADERS_VL_PKG
12.1.1
-
PACKAGE BODY: APPS.AMS_LIST_HEADERS_VL_PKG
12.2.2
-
PACKAGE: APPS.AMS_LISTHEADER_PVT
12.2.2
-
PACKAGE: APPS.AMS_LISTHEADER_PVT
12.1.1
-
PACKAGE BODY: APPS.AMS_LIST_HEADERS_ALL_PKG
12.1.1
-
PACKAGE BODY: APPS.AMS_LIST_HEADERS_ALL_PKG
12.2.2
-
PACKAGE: APPS.AMS_LISTGENERATION_PKG
12.2.2
-
APPS.AMS_LISTHEADER_PVT SQL Statements
12.2.2
-
PACKAGE: APPS.AMS_LISTGENERATION_PKG
12.1.1
-
APPS.AMS_LISTHEADER_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AMS_LIST_MAINT_PVT
12.1.1
-
PACKAGE BODY: APPS.AMS_LIST_MAINT_PVT
12.2.2
-
APPS.AMS_LIST_HEADERS_ALL_PKG dependencies on AMS_LIST_HEADERS_ALL
12.1.1
-
APPS.AMS_LIST_HEADERS_ALL_PKG dependencies on AMS_LIST_HEADERS_ALL
12.2.2
-
PACKAGE BODY: APPS.AMS_LISTHEADER_PVT
12.1.1
-
PACKAGE BODY: APPS.AMS_LISTHEADER_PVT
12.2.2
-
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.1.1
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - AMS Tables and Views
12.2.2
description: This table is used to store tracking data for web advertisement and offer type schedules ,