Search Results act_contact_used_by_id
Overview
The AMS_ACT_CONTACT_POINTS table is a core data object within the Oracle E-Business Suite Marketing (AMS) module. It stores every contact point associated with Marketing objects, providing the repository through which campaigns, activities, and other marketing entities resolve the phone numbers, e-mail addresses, and postal addresses used to reach prospects and customers. The table resides in the AMS schema and is marked VALID in Oracle EBS 12.1.1 and 12.2.2.
Marketing applications rely on this object to maintain a one-to-many relationship between a marketing activity or contact and the individual communication channels attached to it. From a Data Vault modeling perspective, the mined relationship structure classifies AMS_ACT_CONTACT_POINTS as a standalone entity. This classification should be treated as a heuristic suggestion rather than a prescriptive design: the table combines descriptive contact detail (type, value, geography) with foreign-key references to security structures, giving it a hybrid role that can inform either a hub or a satellite construct in a downstream warehouse.
Key Information Stored
The table's documented physical schema contains 32 columns. The most significant are summarized below.
- CONTACT_POINT_ID — The surrogate primary key, defined by the AMS_ACT_CONTACT_POINTS_PK constraint and mirrored by the unique index AMS_ACT_CONTACT_POINTS_U1. This is the definitive business-key candidate for row identity.
- CONTACT_POINT_TYPE — Classifies the channel or medium of the contact point (for example phone, e-mail, or address).
- CONTACT_POINT_VALUE — The actual communication value stored for the contact point, such as a telephone number or e-mail address.
- CONTACT_POINT_VALUE_ID — A secondary identifier that links the stored value to its underlying source or definition.
- ARC_CONTACT_USED_BY — Indicates the category of entity that owns or consumes the contact point.
- ACT_CONTACT_USED_BY_ID — The identifier of the specific marketing object or activity that uses the contact point.
- CITY, COUNTRY, ZIPCODE — Geographic components supporting postal and regional reporting.
- SECURITY_GROUP_ID — The foreign key to FND_SECURITY_GROUPS that enforces multi-organization and data-security partitioning.
- OBJECT_VERSION_NUMBER — Supports optimistic locking during concurrent updates.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1 through ATTRIBUTE15 — The standard Oracle EBS descriptive flexfield columns used for client-specific extensions.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN — The standard WHO audit columns.
Common Use Cases and Queries
Typical usage centers on retrieving and segmenting contact points for marketing execution and reporting. The following pattern joins the table to its security groups to return secure contact data:
SELECT c.CONTACT_POINT_ID, c.CONTACT_POINT_TYPE, c.CONTACT_POINT_VALUE FROM AMS.AMS_ACT_CONTACT_POINTS c WHERE c.SECURITY_GROUP_ID = :p_security_group_id- Filtering by
CONTACT_POINT_TYPEisolates e-mail or telephone channels for campaign delivery validation. - Grouping by
COUNTRYorCITYsupports regional penetration and geographic distribution reports. - Joining on
ACT_CONTACT_USED_BY_IDlinks contact points back to the marketing activity that consumes them. - Audit and reconciliation queries evaluate
LAST_UPDATE_DATEranges to detect recently modified contact data.
Related Objects
- FND_SECURITY_GROUPS — Referenced through the documented foreign key on SECURITY_GROUP_ID; governs data visibility.
- AMS_ACT_CONTACT_POINTS_PK — The primary key constraint enforcing row uniqueness.
- AMS_ACT_CONTACT_POINTS_U1 — The unique index on CONTACT_POINT_ID.
- AMS_ACT_CONTACTS — The associated marketing contact entity through which contact-point ownership is resolved.
- AMS_ACT_CONTACT_POINTS consumer entities, including marketing activity and campaign tables that join through ACT_CONTACT_USED_BY_ID.
-
Table: AMS_ACT_CONTACT_POINTS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_CONTACT_POINTS, object_name:AMS_ACT_CONTACT_POINTS, status:VALID, product: AMS - Marketing , description: Stores all contact points for Marketing objects. , implementation_dba_data: AMS.AMS_ACT_CONTACT_POINTS ,
-
Table: AMS_ACT_CONTACT_POINTS
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_CONTACT_POINTS, object_name:AMS_ACT_CONTACT_POINTS, status:VALID, product: AMS - Marketing , description: Stores all contact points for Marketing objects. , implementation_dba_data: AMS.AMS_ACT_CONTACT_POINTS ,
-
VIEW: AMS.AMS_ACT_CONTACT_POINTS#
12.2.2
-
VIEW: AMS.AMS_ACT_CONTACT_POINTS#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_ACT_CONTACT_POINTS#, status:VALID,
-
TABLE: AMS.AMS_ACT_CONTACT_POINTS
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_CONTACT_POINTS, object_name:AMS_ACT_CONTACT_POINTS, status:VALID,
-
TABLE: AMS.AMS_ACT_CONTACT_POINTS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_CONTACT_POINTS, object_name:AMS_ACT_CONTACT_POINTS, status:VALID,
-
APPS.AMS_ACT_CONTACT_POINTS_PKG SQL Statements
12.1.1
-
APPS.AMS_ACT_CONTACT_POINTS_PKG SQL Statements
12.2.2
-
APPS.AMS_CNT_POINT_PVT SQL Statements
12.2.2
-
APPS.AMS_CNT_POINT_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AMS_ACT_CONTACT_POINTS_PKG
12.1.1
-
PACKAGE BODY: APPS.AMS_ACT_CONTACT_POINTS_PKG
12.2.2
-
PACKAGE: APPS.AMS_CNT_POINT_PVT
12.1.1
-
PACKAGE: APPS.AMS_CNT_POINT_PVT
12.2.2
-
PACKAGE BODY: APPS.AMS_CNT_POINT_PVT_W
12.1.1
-
PACKAGE BODY: APPS.AMS_CNT_POINT_PVT_W
12.2.2
-
APPS.OZF_COPY_OFFER_PVT SQL Statements
12.1.1
-
APPS.OZF_COPY_OFFER_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.AMS_CNT_POINT_PVT
12.2.2
-
PACKAGE BODY: APPS.AMS_CNT_POINT_PVT
12.1.1
-
APPS.AMS_ACT_CONTACT_POINTS_PKG dependencies on FND_API
12.2.2
-
APPS.OZF_COPY_OFFER_PVT dependencies on AMS_ACT_CONTACT_POINTS
12.1.1
-
APPS.OZF_COPY_OFFER_PVT dependencies on AMS_ACT_CONTACT_POINTS
12.2.2
-
APPS.AMS_ACT_CONTACT_POINTS_PKG dependencies on FND_API
12.1.1
-
APPS.OZF_COPY_OFFER_PVT dependencies on AMS_CNT_POINT_PVT
12.1.1
-
APPS.OZF_COPY_OFFER_PVT dependencies on AMS_CNT_POINT_PVT
12.2.2
-
APPS.AMS_CNT_POINT_PVT dependencies on AMS_ACT_CONTACT_POINTS
12.2.2
-
APPS.AMS_CNT_POINT_PVT dependencies on AMS_ACT_CONTACT_POINTS
12.1.1
-
APPS.AMS_CNT_POINT_PVT dependencies on FND_API
12.1.1
-
APPS.AMS_CNT_POINT_PVT dependencies on FND_API
12.2.2
-
PACKAGE BODY: APPS.OZF_COPY_OFFER_PVT
12.1.1
-
PACKAGE BODY: APPS.OZF_COPY_OFFER_PVT
12.2.2
-
APPS.AMS_CNT_POINT_PVT dependencies on AMS_UTILITY_PVT
12.2.2
-
APPS.AMS_CNT_POINT_PVT dependencies on AMS_UTILITY_PVT
12.1.1
-
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 ,