Search Results ams_list_queries_param
Overview
The AMS.AMS_LIST_QUERIES_PARAM table is a core configuration object within the Oracle E-Business Suite Marketing (AMS) module. It stores the parameters associated with list queries defined in the Audience Workbench, the EBS component used by marketing users to build, refine, and persist target audience selections against customer, contact, and prospect data. Each row in this table represents a single parameter — for example, a bound value, a bind variable, or a condition operand — attached to a parent list query stored in AMS_LIST_QUERIES_ALL. Without these parameter rows, a saved list query would be incomplete, since the parameter rows supply the runtime values and ordering that drive the query's execution logic.
The object is registered in the AMS schema as VALID in both EBS 12.1.1 and 12.2.2, with a documented physical schema of 15 columns in 12.2.2 and a single unique index, AMS_LIST_QUERIES_PARAM_U1. Based on the foreign-key structure mined from the metadata, the heuristic Data Vault classification for this object is standalone. As a modeling suggestion, this implies the table is treated as an independent, self-contained entity rather than a normalized hub, link, or satellite, because its sole foreign key points to a parent configuration table and no downstream FK dependents were identified.
Key Information Stored
The table's most important columns are:
LIST_QUERY_PARAM_ID— the surrogate primary key for each parameter row and part of the composite unique indexAMS_LIST_QUERIES_PARAM_U1.ZD_EDITION_NAME— the editioning column introduced in 12.2 for online patching; combined withLIST_QUERY_PARAM_IDit forms the business-key candidate captured byAMS_LIST_QUERIES_PARAM_U1.LIST_QUERY_ID— the foreign key toAMS_LIST_QUERIES_ALL, identifying the owning list query.PARAMETER_NAMEandPARAMETER_VALUE— the name and primary value of the parameter passed into the query.PARAMETER_ORDER— controls the sequencing of parameters when the list query is executed.ATTB_LOV_ID— associates the parameter with an attribute LOV used for value selection in the Audience Workbench UI.PARAM_VALUE_2andCONDITION_VALUE— secondary and conditional values supporting range, comparison, or conditional parameter semantics.OBJECT_VERSION_NUMBER— the optimistic locking column used by the EBS framework.CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE, andLAST_UPDATE_LOGIN— standard WHO audit columns.
Common Use Cases and Queries
Typical uses include auditing which values a saved list query will bind at runtime, troubleshooting Audience Workbench queries that return unexpected results, and migrating or comparing audience definitions between environments. A common join retrieves the parent list query alongside its ordered parameters:
SELECT q.LIST_QUERY_ID, p.PARAMETER_ORDER, p.PARAMETER_NAME, p.PARAMETER_VALUE FROM AMS.AMS_LIST_QUERIES_PARAM p JOIN AMS.AMS_LIST_QUERIES_ALL q ON q.LIST_QUERY_ID = p.LIST_QUERY_ID ORDER BY p.PARAMETER_ORDER;- Filter by edition for 12.2 environments:
WHERE p.ZD_EDITION_NAME = 'ORA$BASE'; - Detect parameters lacking values:
WHERE p.PARAMETER_VALUE IS NULL;
Related Objects
AMS.AMS_LIST_QUERIES_ALL— the parent table; joined viaLIST_QUERY_ID.AMS.AMS_LIST_QUERIES_B/AMS_LIST_QUERIES_TL— base and translation tables that constitute the list query definition.- Audience Workbench concurrent programs and the AMS List Query APIs — consume the parameter rows at execution time.
FND_ATTRIBUTE_LOV-related tables referenced indirectly throughATTB_LOV_ID.- Standard WHO audit views and the OAF-based AMS administrative pages that reference this table through the AMS business components.
-
Table: AMS_LIST_QUERIES_PARAM
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_QUERIES_PARAM, object_name:AMS_LIST_QUERIES_PARAM, status:VALID, product: AMS - Marketing , description: This table stores the parameters associated with list queries defined in audience workbench. , implementation_dba_data: AMS.AMS_LIST_QUERIES_PARAM ,
-
Table: AMS_LIST_QUERIES_PARAM
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_QUERIES_PARAM, object_name:AMS_LIST_QUERIES_PARAM, status:VALID, product: AMS - Marketing , description: This table stores the parameters associated with list queries defined in audience workbench. , implementation_dba_data: AMS.AMS_LIST_QUERIES_PARAM ,
-
VIEW: AMS.AMS_LIST_QUERIES_PARAM#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_LIST_QUERIES_PARAM#, status:VALID,
-
SYNONYM: APPS.AMS_LIST_QUERIES_PARAM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_LIST_QUERIES_PARAM, status:VALID,
-
TRIGGER: APPS.AMS_LIST_QUERIES_PARAM+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:AMS_LIST_QUERIES_PARAM+, status:VALID,
-
SYNONYM: APPS.AMS_LIST_QUERIES_PARAM
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_LIST_QUERIES_PARAM, status:VALID,
-
APPS.AMS_LIST_QUERIES_PARAM_PKG SQL Statements
12.2.2
-
APPS.AMS_LIST_QUERIES_PARAM_PKG SQL Statements
12.1.1
-
VIEW: APPS.AMS_LIST_QUERIES_PARAM_VL
12.2.2
-
VIEW: APPS.AMS_LIST_QUERIES_PARAM_VL
12.1.1
-
VIEW: AMS.AMS_LIST_QUERIES_PARAM#
12.2.2
-
TRIGGER: APPS.AMS_LIST_QUERIES_PARAM+
12.2.2
-
PACKAGE BODY: APPS.AMS_LIST_QUERIES_PARAM_PKG
12.2.2
-
TABLE: AMS.AMS_LIST_QUERIES_PARAM
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_QUERIES_PARAM, object_name:AMS_LIST_QUERIES_PARAM, status:VALID,
-
FUNCTION: APPS.AMS_LIST_QUERIES_PARAM=
12.2.2
-
PACKAGE BODY: APPS.AMS_LIST_QUERIES_PARAM_PKG
12.1.1
-
FUNCTION: APPS.AMS_LIST_QUERIES_PARAM=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:AMS_LIST_QUERIES_PARAM=, status:VALID,
-
TABLE: AMS.AMS_LIST_QUERIES_PARAM
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_QUERIES_PARAM, object_name:AMS_LIST_QUERIES_PARAM, status:VALID,
-
PACKAGE BODY: APPS.AMS_LIST_QUERIES_PARAM_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_LIST_QUERIES_PARAM_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_LIST_QUERIES_PARAM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_LIST_QUERIES_PARAM_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
View: AMS_LIST_QUERIES_PARAM_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LIST_QUERIES_PARAM_VL, object_name:AMS_LIST_QUERIES_PARAM_VL, status:VALID, product: AMS - Marketing , description: This view stores the parameters associated with list queries along with their display meanings. , implementation_dba_data: APPS.AMS_LIST_QUERIES_PARAM_VL ,
-
View: AMS_LIST_QUERIES_PARAM_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LIST_QUERIES_PARAM_VL, object_name:AMS_LIST_QUERIES_PARAM_VL, status:VALID, product: AMS - Marketing , description: This view stores the parameters associated with list queries along with their display meanings. , implementation_dba_data: APPS.AMS_LIST_QUERIES_PARAM_VL ,
-
PACKAGE BODY: APPS.AMS_LIST_QUERY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_LIST_QUERY_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_LIST_QUERY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_LIST_QUERY_PVT, status:VALID,
-
VIEW: APPS.AMS_LIST_QUERIES_PARAM_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LIST_QUERIES_PARAM_VL, object_name:AMS_LIST_QUERIES_PARAM_VL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.AMS_LIST_QUERIES_PARAM_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LIST_QUERIES_PARAM_VL, object_name:AMS_LIST_QUERIES_PARAM_VL, status:VALID,
-
PACKAGE BODY: APPS.AMS_LISTGENERATION_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_LISTGENERATION_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_LISTGENERATION_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_LISTGENERATION_PKG, status:VALID,
-
APPS.AMS_LIST_QUERY_PVT SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.AMS_LIST_QUERY_PVT SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.AMS_LISTGENERATION_PKG dependencies on AMS_LIST_QUERIES_PARAM
12.2.2
-
APPS.AMS_LIST_QUERY_PVT dependencies on AMS_LIST_QUERIES_PARAM
12.2.2
-
APPS.AMS_LIST_QUERIES_PARAM_PKG dependencies on AMS_LIST_QUERIES_PARAM
12.1.1
-
APPS.AMS_LIST_QUERY_PVT dependencies on AMS_LIST_QUERIES_PARAM
12.1.1
-
APPS.AMS_LISTGENERATION_PKG dependencies on AMS_LIST_QUERIES_PARAM
12.1.1
-
APPS.AMS_LIST_QUERIES_PARAM_PKG dependencies on AMS_LIST_QUERIES_PARAM
12.2.2
-
APPS.AMS_LIST_QUERIES_PARAM_PKG dependencies on AMS_LIST_QUERIES_PARAM_S
12.2.2
-
APPS.AMS_LIST_QUERIES_PARAM_PKG dependencies on AMS_LIST_QUERIES_PARAM_S
12.1.1