Search Results ams_dlg_identify_items
Overview
The AMS_DLG_IDENTIFY_ITEMS table is a core data object within the Oracle E-Business Suite Marketing (AMS) module, specifically for versions 12.1.1 and 12.2.2. It functions as a child table in the architecture of identification rules, which are critical components for defining and managing customer or prospect identification logic within marketing campaigns and processes. The table's primary role is to store the individual field-level criteria that collectively constitute a broader identification rule, enabling precise targeting and segmentation.
Key Information Stored
The table's structure is designed to capture the granular elements of an identification rule. The primary key, ITEM_ID, uniquely identifies each field criterion record. The most significant foreign key column is RULE_ID, which links each item (or criterion) back to its parent rule definition in the AMS_DLG_IDENTIFY_RULES_B table. While the provided metadata does not list all columns, typical columns in such a table would include identifiers for the field being evaluated (e.g., CUSTOMER_ID, PRODUCT_CATEGORY), the operator used for comparison (e.g., '=', '>', 'LIKE'), and the comparison value. This structure allows a single rule to be composed of multiple conditions across different customer or transaction attributes.
Common Use Cases and Queries
This table is central to operations involving the setup, audit, and troubleshooting of marketing identification logic. A common use case is reviewing all field criteria associated with a specific rule to validate targeting logic before campaign execution. For reporting, one might join this table to the parent rules table to generate a comprehensive list of all active segmentation criteria. A typical query pattern would be:
- Selecting items for a given rule:
SELECT * FROM AMS.AMS_DLG_IDENTIFY_ITEMS WHERE RULE_ID = <rule_id> ORDER BY ITEM_ID; - Joining to the parent rule for a complete view:
SELECT r.RULE_NAME, i.* FROM AMS_DLG_IDENTIFY_RULES_B r, AMS_DLG_IDENTIFY_ITEMS i WHERE r.RULE_ID = i.RULE_ID;
Technical consultants may also query this table to analyze data dependencies or to migrate rule definitions between environments.
Related Objects
The AMS_DLG_IDENTIFY_ITEMS table has a direct and documented foreign key relationship, establishing it as a detail table to a master header. The key relationship is:
- Foreign Key Reference: The column AMS_DLG_IDENTIFY_ITEMS.RULE_ID references the primary key of the table AMS_DLG_IDENTIFY_RULES_B. This is the master table that stores the header-level definition of the identification rule, such as its name, type, and status. Any join between these tables is performed on the RULE_ID column.
Understanding this relationship is essential for any data extraction or integrity analysis, as the items have no meaning without their corresponding parent rule definition.
-
Table: AMS_DLG_IDENTIFY_ITEMS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DLG_IDENTIFY_ITEMS, object_name:AMS_DLG_IDENTIFY_ITEMS, status:VALID, product: AMS - Marketing , description: This table stores the fields associated with identification rules , implementation_dba_data: AMS.AMS_DLG_IDENTIFY_ITEMS ,
-
Table: AMS_DLG_IDENTIFY_ITEMS
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DLG_IDENTIFY_ITEMS, object_name:AMS_DLG_IDENTIFY_ITEMS, status:VALID, product: AMS - Marketing , description: This table stores the fields associated with identification rules , implementation_dba_data: AMS.AMS_DLG_IDENTIFY_ITEMS ,
-
APPS.AMS_DLG_IDENTIFY_ITEMS_PKG dependencies on AMS_DLG_IDENTIFY_ITEMS
12.2.2
-
APPS.AMS_DLG_IDENTIFY_ITEMS_PKG dependencies on AMS_DLG_IDENTIFY_ITEMS
12.1.1
-
SYNONYM: APPS.AMS_DLG_IDENTIFY_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_DLG_IDENTIFY_ITEMS, status:VALID,
-
APPS.AMS_DLG_IDENTIFY_ITEMS_PKG SQL Statements
12.1.1
-
APPS.AMS_DLG_IDENTIFY_ITEMS_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.AMS_DLG_IDENTIFY_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_DLG_IDENTIFY_ITEMS, status:VALID,
-
VIEW: AMS.AMS_DLG_IDENTIFY_ITEMS#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_DLG_IDENTIFY_ITEMS#, status:VALID,
-
VIEW: AMS.AMS_DLG_IDENTIFY_ITEMS#
12.2.2
-
PACKAGE BODY: APPS.AMS_DLG_IDENTIFY_ITEMS_PKG
12.2.2
-
PACKAGE BODY: APPS.AMS_DLG_IDENTIFY_ITEMS_PKG
12.1.1
-
Table: AMS_DLG_IDENTIFY_RULES_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DLG_IDENTIFY_RULES_B, object_name:AMS_DLG_IDENTIFY_RULES_B, status:VALID, product: AMS - Marketing , description: This table stores the rules to identify a user , implementation_dba_data: AMS.AMS_DLG_IDENTIFY_RULES_B ,
-
TABLE: AMS.AMS_DLG_IDENTIFY_ITEMS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DLG_IDENTIFY_ITEMS, object_name:AMS_DLG_IDENTIFY_ITEMS, status:VALID,
-
Table: AMS_DLG_IDENTIFY_RULES_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DLG_IDENTIFY_RULES_B, object_name:AMS_DLG_IDENTIFY_RULES_B, status:VALID, product: AMS - Marketing , description: This table stores the rules to identify a user , implementation_dba_data: AMS.AMS_DLG_IDENTIFY_RULES_B ,
-
PACKAGE BODY: APPS.AMS_DLG_IDENTIFY_ITEMS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DLG_IDENTIFY_ITEMS_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_DLG_IDENTIFY_ITEMS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DLG_IDENTIFY_ITEMS_PKG, status:VALID,
-
TABLE: AMS.AMS_DLG_IDENTIFY_ITEMS
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DLG_IDENTIFY_ITEMS, object_name:AMS_DLG_IDENTIFY_ITEMS, status:VALID,
-
APPS.AMS_DLG_IDENTIFY_ITEMS_PKG dependencies on FND_API
12.2.2
-
APPS.AMS_DLG_IDENTIFY_ITEMS_PKG dependencies on FND_API
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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 ,