Search Results ams_tcop_contact_sum_dtl
Overview
The AMS_TCOP_CONTACT_SUM_DTL 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 supporting detail table within the campaign optimization and contact history architecture. Its primary role is to maintain a granular record of the specific campaign schedules that were aggregated to produce summarized contact counts. This table is essential for traceability, allowing the system to link high-level summary metrics back to the individual campaign execution components from which they were derived.
Key Information Stored
Based on the provided metadata, the table's structure centers on two key foreign key relationships and a primary identifier. The most critical columns are:
- SUMMARY_DTL_ID: The primary key column (AMS_TCOP_CONTACT_SUM_DTL_PK1) that uniquely identifies each record in this detail table.
- CONTACT_SUMMARY_ID: A foreign key column that links each detail record to its parent summary record in the AMS_TCOP_CONTACT_SUMMARY table. This defines which summarized count the schedule is associated with.
- SCHEDULE_ID: A foreign key column that links to the AMS_CAMPAIGN_SCHEDULES_B table. This identifies the exact campaign schedule (a specific execution instance of a campaign activity) that was included in the summarization.
Each row effectively represents a single schedule's contribution to a summarized contact total, enabling a one-to-many relationship between a contact summary and its constituent schedules.
Common Use Cases and Queries
This table is primarily accessed for audit, reconciliation, and detailed analytical reporting within marketing operations. A common use case is investigating the composition of a reported contact count to understand which specific campaign deliveries contributed to it. For instance, if a summary shows 10,000 contacts, analysts can query this table to list all schedules that comprised that total. A typical SQL pattern involves joining to the related summary and schedule tables:
SELECT sum_dtl.SUMMARY_DTL_ID, sum_dtl.CONTACT_SUMMARY_ID, sum_dtl.SCHEDULE_ID, sched.SCHEDULE_NAME
FROM AMS_TCOP_CONTACT_SUM_DTL sum_dtl,
AMS_CAMPAIGN_SCHEDULES_B sched
WHERE sum_dtl.SCHEDULE_ID = sched.SCHEDULE_ID
AND sum_dtl.CONTACT_SUMMARY_ID = :p_summary_id;
This query retrieves all schedule details for a given contact summary, providing transparency into the underlying marketing touches.
Related Objects
The AMS_TCOP_CONTACT_SUM_DTL table exists within a defined hierarchy and has explicit dependencies as documented in the ETRM metadata.
- Parent Table (Foreign Key Reference): AMS_TCOP_CONTACT_SUMMARY. The CONTACT_SUMMARY_ID column in AMS_TCOP_CONTACT_SUM_DTL references this table. This is the primary relationship, tethering detail records to their parent summary entity.
- Reference Table (Foreign Key Reference): AMS_CAMPAIGN_SCHEDULES_B. The SCHEDULE_ID column in AMS_TCOP_CONTACT_SUM_DTL references this base table for campaign schedules, providing the essential link to the actual marketing execution data.
- Primary Key Constraint: AMS_TCOP_CONTACT_SUM_DTL_PK1 on the SUMMARY_DTL_ID column ensures the uniqueness of each detail record.
This table is typically populated by backend marketing processes during campaign optimization and contact history summarization routines, and is queried by standard Oracle Marketing reports and custom analytical queries.
-
Table: AMS_TCOP_CONTACT_SUM_DTL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TCOP_CONTACT_SUM_DTL, object_name:AMS_TCOP_CONTACT_SUM_DTL, status:VALID, product: AMS - Marketing , description: This table stores information about the list of schedules considered for summarized counts , implementation_dba_data: AMS.AMS_TCOP_CONTACT_SUM_DTL ,
-
Table: AMS_TCOP_CONTACT_SUM_DTL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TCOP_CONTACT_SUM_DTL, object_name:AMS_TCOP_CONTACT_SUM_DTL, status:VALID, product: AMS - Marketing , description: This table stores information about the list of schedules considered for summarized counts , implementation_dba_data: AMS.AMS_TCOP_CONTACT_SUM_DTL ,
-
APPS.AMS_TCOP_ENGINE_PKG dependencies on AMS_TCOP_CONTACT_SUM_DTL
12.2.2
-
APPS.AMS_TCOP_SUMMARIZATION_PKG dependencies on AMS_TCOP_CONTACT_SUM_DTL
12.1.1
-
APPS.AMS_TCOP_ENGINE_PKG dependencies on AMS_TCOP_CONTACT_SUM_DTL
12.1.1
-
APPS.AMS_TCOP_SUMMARIZATION_PKG dependencies on AMS_TCOP_CONTACT_SUM_DTL
12.2.2
-
SYNONYM: APPS.AMS_TCOP_CONTACT_SUM_DTL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_TCOP_CONTACT_SUM_DTL, status:VALID,
-
SYNONYM: APPS.AMS_TCOP_CONTACT_SUM_DTL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_TCOP_CONTACT_SUM_DTL, status:VALID,
-
VIEW: AMS.AMS_TCOP_CONTACT_SUM_DTL#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_TCOP_CONTACT_SUM_DTL#, status:VALID,
-
VIEW: AMS.AMS_TCOP_CONTACT_SUM_DTL#
12.2.2
-
APPS.AMS_TCOP_SUMMARIZATION_PKG SQL Statements
12.2.2
-
APPS.AMS_TCOP_SUMMARIZATION_PKG SQL Statements
12.1.1
-
APPS.AMS_TCOP_ENGINE_PKG dependencies on AMS_TCOP_CONTACT_SUMMARY
12.1.1
-
APPS.AMS_TCOP_ENGINE_PKG dependencies on AMS_TCOP_CONTACT_SUMMARY
12.2.2
-
APPS.AMS_TCOP_SUMMARIZATION_PKG dependencies on JTF_NUMBER_TABLE
12.2.2
-
TABLE: AMS.AMS_TCOP_CONTACT_SUM_DTL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TCOP_CONTACT_SUM_DTL, object_name:AMS_TCOP_CONTACT_SUM_DTL, status:VALID,
-
TABLE: AMS.AMS_TCOP_CONTACT_SUM_DTL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TCOP_CONTACT_SUM_DTL, object_name:AMS_TCOP_CONTACT_SUM_DTL, status:VALID,
-
APPS.AMS_TCOP_SUMMARIZATION_PKG dependencies on AMS_TCOP_CONTACT_SUMMARY
12.1.1
-
APPS.AMS_TCOP_SUMMARIZATION_PKG dependencies on AMS_TCOP_CONTACT_SUMMARY
12.2.2
-
Table: AMS_TCOP_CONTACT_SUMMARY
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TCOP_CONTACT_SUMMARY, object_name:AMS_TCOP_CONTACT_SUMMARY, status:VALID, product: AMS - Marketing , description: Fatigue Contact Summary information for a period , implementation_dba_data: AMS.AMS_TCOP_CONTACT_SUMMARY ,
-
Table: AMS_TCOP_CONTACT_SUMMARY
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TCOP_CONTACT_SUMMARY, object_name:AMS_TCOP_CONTACT_SUMMARY, status:VALID, product: AMS - Marketing , description: Fatigue Contact Summary information for a period , implementation_dba_data: AMS.AMS_TCOP_CONTACT_SUMMARY ,
-
APPS.AMS_TCOP_SUMMARIZATION_PKG dependencies on JTF_NUMBER_TABLE
12.1.1
-
PACKAGE BODY: APPS.AMS_TCOP_SUMMARIZATION_PKG
12.1.1
-
Table: AMS_CAMPAIGN_SCHEDULES_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CAMPAIGN_SCHEDULES_B, object_name:AMS_CAMPAIGN_SCHEDULES_B, status:VALID, product: AMS - Marketing , description: Stores all Campaign Schedules , implementation_dba_data: AMS.AMS_CAMPAIGN_SCHEDULES_B ,
-
Table: AMS_CAMPAIGN_SCHEDULES_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CAMPAIGN_SCHEDULES_B, object_name:AMS_CAMPAIGN_SCHEDULES_B, status:VALID, product: AMS - Marketing , description: Stores all Campaign Schedules , implementation_dba_data: AMS.AMS_CAMPAIGN_SCHEDULES_B ,
-
PACKAGE BODY: APPS.AMS_TCOP_SUMMARIZATION_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_TCOP_SUMMARIZATION_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_TCOP_ENGINE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_TCOP_ENGINE_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_TCOP_ENGINE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_TCOP_ENGINE_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_TCOP_SUMMARIZATION_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_TCOP_SUMMARIZATION_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_TCOP_SUMMARIZATION_PKG
12.2.2
-
APPS.AMS_TCOP_ENGINE_PKG dependencies on AMS_LIST_ENTRIES
12.2.2
-
APPS.AMS_TCOP_ENGINE_PKG dependencies on AMS_LIST_ENTRIES
12.1.1
-
APPS.AMS_TCOP_SUMMARIZATION_PKG dependencies on AMS_LIST_ENTRIES
12.1.1
-
APPS.AMS_TCOP_ENGINE_PKG dependencies on AMS_TCOP_FR_RULES_SETUP
12.2.2
-
APPS.AMS_TCOP_SUMMARIZATION_PKG dependencies on AMS_LIST_ENTRIES
12.2.2
-
APPS.AMS_TCOP_ENGINE_PKG SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.AMS_TCOP_ENGINE_PKG dependencies on AMS_TCOP_FR_RULES_SETUP
12.1.1
-
APPS.AMS_TCOP_ENGINE_PKG SQL Statements
12.2.2
-
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.1.1 DBA Data
12.1.1
-
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
-
APPS.AMS_TCOP_ENGINE_PKG dependencies on JTF_NUMBER_TABLE
12.1.1
-
APPS.AMS_TCOP_ENGINE_PKG dependencies on JTF_NUMBER_TABLE
12.2.2