Search Results ams_list_cont_restrictions
Overview
AMS_LIST_CONT_RESTRICTIONS is a Marketing (AMS) module table that stores "Do Not Contact" list information within Oracle E-Business Suite 12.1.1 and 12.2.2. It belongs to the AMS schema and holds a status of VALID in the ETRM object registry. The table captures restrictions that suppress specific contacts from marketing campaigns, telemarketing activities, or other outbound communications, thereby supporting regulatory compliance and customer preference management.
From a data modeling perspective, the heuristic Data Vault classification mined from the foreign-key structure is standalone. This suggests the table functions as an independent entity without strong parent-child link dependencies beyond its single documented foreign key. The table contains 14 documented columns and is uniquely identified by the primary key constraint AMS_LIST_CONT_RESTRICTIONS_PK1, defined on the LIST_CONTACT_RESTRICTIONS_ID column.
Key Information Stored
The central identifier is LIST_CONTACT_RESTRICTIONS_ID, the surrogate primary key that guarantees each restriction record is uniquely addressable. A second unique index, AMS_LIST_CONT_RESTRICTIONS_U1, is defined on the composite of LIST_CONTACT_RESTRICTIONS_ID and ZD_EDITION_NAME, marking ZD_EDITION_NAME as a business-key candidate used in edition-aware configurations.
- LIST_CONTACT_RESTRICTIONS_ID — Surrogate primary key for the restriction record.
- LIST_HEADER_ID — References the associated list header, tying the restriction to a specific marketing list.
- DO_NOT_CONTACT_FLAG — The operative flag indicating whether the contact is suppressed from outreach.
- MEDIA_ID — Identifies the media or channel context to which the restriction applies.
- LIST_USED_BY — Describes the entity or context using the list.
- LIST_USED_BY_ID — Identifier for that usage context.
- SECURITY_GROUP_ID — Foreign key to FND_SECURITY_GROUPS, enforcing multi-org security partitioning.
- ZD_EDITION_NAME — Edition qualifier participating in the unique business-key index.
- Audit columns — LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN, and OBJECT_VERSION_NUMBER provide standard EBS concurrency and audit tracking.
Common Use Cases and Queries
Typical scenarios include validating whether a given contact is eligible for a campaign, auditing do-not-contact coverage, and reporting on suppression volumes by list or security group. A query to retrieve active restrictions for a specific list follows:
SELECT LIST_CONTACT_RESTRICTIONS_ID, LIST_HEADER_ID, DO_NOT_CONTACT_FLAG, MEDIA_ID FROM AMS.AMS_LIST_CONT_RESTRICTIONS WHERE LIST_HEADER_ID = :p_list_header_id AND DO_NOT_CONTACT_FLAG = 'Y';- Audit query:
SELECT LIST_USED_BY, LIST_USED_BY_ID, COUNT(*) FROM AMS.AMS_LIST_CONT_RESTRICTIONS GROUP BY LIST_USED_BY, LIST_USED_BY_ID; - Security-scoped reporting: join to FND_SECURITY_GROUPS using SECURITY_GROUP_ID to filter records visible to a given operating unit or responsibility.
Because the table is edition-enabled, reports should account for ZD_EDITION_NAME when querying across editions to avoid reading non-current rows.
Related Objects
The documented foreign key establishes the primary dependency chain. The following objects are most significant:
- FND_SECURITY_GROUPS — Referenced via AMS_LIST_CONT_RESTRICTIONS.SECURITY_GROUP_ID, controlling multi-org access.
- AMS_LIST_HEADERS — Related through LIST_HEADER_ID, providing list context.
- AMS_LIST_CONTACT_RESTRICTIONS_PK1 and AMS_LIST_CONT_CONTACT_RESTRICTIONS_U1 — Constraints governing uniqueness.
- AMS Media and list usage objects referenced through MEDIA_ID, LIST_USED_BY, and LIST_USED_BY_ID for channel and usage resolution.
Consumers should treat this table as the authoritative source of contact-level suppression and join through LIST_HEADER_ID and SECURITY_GROUP_ID where campaign eligibility or security scoping is required.
-
Table: AMS_LIST_CONT_RESTRICTIONS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_CONT_RESTRICTIONS, object_name:AMS_LIST_CONT_RESTRICTIONS, status:VALID, product: AMS - Marketing , description: Do not Contact List Information , implementation_dba_data: AMS.AMS_LIST_CONT_RESTRICTIONS ,
-
Table: AMS_LIST_CONT_RESTRICTIONS
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_CONT_RESTRICTIONS, object_name:AMS_LIST_CONT_RESTRICTIONS, status:VALID, product: AMS - Marketing , description: Do not Contact List Information , implementation_dba_data: AMS.AMS_LIST_CONT_RESTRICTIONS ,
-
VIEW: AMS.AMS_LIST_CONT_RESTRICTIONS#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_LIST_CONT_RESTRICTIONS#, status:VALID,
-
SYNONYM: APPS.AMS_LIST_CONT_RESTRICTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_LIST_CONT_RESTRICTIONS, status:VALID,
-
APPS.AMS_LIST_CONT_RESTRICTIONS_PKG SQL Statements
12.1.1
-
APPS.AMS_LIST_ASSOC_PVT SQL Statements
12.2.2
-
SYNONYM: APPS.AMS_LIST_CONT_RESTRICTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_LIST_CONT_RESTRICTIONS, status:VALID,
-
TRIGGER: APPS.AMS_LIST_CONT_RESTRICTIONS+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:AMS_LIST_CONT_RESTRICTIONS+, status:VALID,
-
APPS.AMS_LIST_CONT_RESTRICTIONS_PKG SQL Statements
12.2.2
-
TRIGGER: APPS.AMS_LIST_CONT_RESTRICTIONS+
12.2.2
-
VIEW: AMS.AMS_LIST_CONT_RESTRICTIONS#
12.2.2
-
APPS.AMS_LIST_UTIL_PKG SQL Statements
12.2.2
-
APPS.AMS_LIST_ASSOC_PVT SQL Statements
12.1.1
-
TABLE: AMS.AMS_LIST_CONT_RESTRICTIONS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_CONT_RESTRICTIONS, object_name:AMS_LIST_CONT_RESTRICTIONS, status:VALID,
-
APPS.AMS_LIST_UTIL_PKG SQL Statements
12.1.1
-
FUNCTION: APPS.AMS_LIST_CONT_RESTRICTIONS=
12.2.2
-
TABLE: AMS.AMS_LIST_CONT_RESTRICTIONS
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_LIST_CONT_RESTRICTIONS, object_name:AMS_LIST_CONT_RESTRICTIONS, status:VALID,
-
FUNCTION: APPS.AMS_LIST_CONT_RESTRICTIONS=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:AMS_LIST_CONT_RESTRICTIONS=, status:VALID,
-
PACKAGE BODY: APPS.AMS_LIST_CONT_RESTRICTIONS_PKG
12.1.1
-
PACKAGE BODY: APPS.AMS_LIST_CONT_RESTRICTIONS_PKG
12.2.2
-
PACKAGE BODY: APPS.AMS_LIST_UTIL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_LIST_UTIL_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_LIST_CONT_RESTRICTIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_LIST_CONT_RESTRICTIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_LIST_UTIL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_LIST_UTIL_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_LIST_CONT_RESTRICTIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_LIST_CONT_RESTRICTIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_LIST_ASSOC_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_LIST_ASSOC_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_LIST_ASSOC_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_LIST_ASSOC_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.AMS_ACT_LIST_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_ACT_LIST_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_ACT_LIST_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_ACT_LIST_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_LIST_UTIL_PKG
12.2.2
-
PACKAGE BODY: APPS.AMS_LIST_UTIL_PKG
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
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.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.AMS_LIST_ASSOC_PVT
12.1.1
-
PACKAGE BODY: APPS.AMS_LIST_ASSOC_PVT
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.AMS_LIST_ASSOC_PVT dependencies on AMS_LIST_CONT_RESTRICTIONS
12.1.1
-
APPS.AMS_LIST_CONT_RESTRICTIONS_PKG dependencies on AMS_LIST_CONT_RESTRICTIONS
12.2.2
-
APPS.AMS_LIST_UTIL_PKG dependencies on AMS_LIST_CONT_RESTRICTIONS
12.2.2
-
APPS.AMS_LIST_CONT_RESTRICTIONS_PKG dependencies on AMS_LIST_CONT_RESTRICTIONS
12.1.1
-
APPS.AMS_LIST_UTIL_PKG dependencies on AMS_LIST_CONT_RESTRICTIONS
12.1.1
-
APPS.AMS_ACT_LIST_PVT dependencies on AMS_LIST_CONT_RESTRICTIONS
12.1.1