Search Results channel_summary_id
Overview
The AMS_TCOP_CHANNEL_SUMMARY table is a core data structure within the Oracle E-Business Suite Marketing (AMS) module, specifically supporting the Telephony Channel Optimization (TCOP) functionality. Its primary role is to store aggregated, or summarized, contact information categorized by communication channel. This table acts as a performance and reporting layer, enabling efficient analysis of contact history, campaign effectiveness, and channel utilization without requiring direct queries against granular, high-volume transactional data. It is integral to the system's ability to enforce contact frequency and channel preference rules, ensuring marketing communications are targeted and compliant with business policies.
Key Information Stored
The table's structure is designed to link summarized contact metrics to key business entities. The primary identifier is the CHANNEL_SUMMARY_ID. Critical foreign key columns establish essential relationships: the PARTY_ID links to HZ_PARTIES to identify the customer or prospect; the RULE_ID references AMS_TCOP_FR_RULES_SETUP to associate the summary with the specific frequency or channel rule applied; and the MEDIA_ID points to AMS_MEDIA_B to define the communication channel (e.g., email, direct mail, telemarketing). The summary data itself, while specific column details are not fully enumerated in the provided metadata, typically includes aggregated metrics such as contact counts, last contact date, and potentially response information over a defined period for the specified party and channel.
Common Use Cases and Queries
This table is central to operational reporting and rule enforcement in marketing campaigns. A primary use case is determining a customer's eligibility for a new contact on a specific channel by querying their recent contact history as stored in this summary. For instance, before launching a telemarketing campaign, the system can query this table to identify parties who have not been contacted via the phone channel within the last 30 days. Common SQL patterns involve joining to HZ_PARTIES for customer details and AMS_MEDIA_B for channel descriptions. Analytical reporting on channel performance—comparing contact volumes, response rates, or adherence to frequency rules across different media types—also relies heavily on this summarized data for performance.
Related Objects
As indicated by its foreign key relationships, AMS_TCOP_CHANNEL_SUMMARY is a hub connecting several important objects. It is a child table of HZ_PARTIES (Trading Community Architecture), AMS_TCOP_FR_RULES_SETUP (TCOP rule definitions), and AMS_MEDIA_B (channel definitions). Crucially, it is a parent table to AMS_TCOP_CHANNEL_SUM_DTL, which likely holds the more detailed, line-item contact records that are rolled up into this summary. This relationship suggests a typical summary-detail architecture. Any custom reports or integrations involving channel-specific contact history in Marketing must consider this table and its related objects as the primary source of aggregated data.
-
Table: AMS_TCOP_CHANNEL_SUMMARY
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TCOP_CHANNEL_SUMMARY, object_name:AMS_TCOP_CHANNEL_SUMMARY, status:VALID, product: AMS - Marketing , description: This table captures summarized contact information per channel , implementation_dba_data: AMS.AMS_TCOP_CHANNEL_SUMMARY ,
-
Table: AMS_TCOP_CHANNEL_SUMMARY
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TCOP_CHANNEL_SUMMARY, object_name:AMS_TCOP_CHANNEL_SUMMARY, status:VALID, product: AMS - Marketing , description: This table captures summarized contact information per channel , implementation_dba_data: AMS.AMS_TCOP_CHANNEL_SUMMARY ,