Search Results ams_act_delivery_methods
Overview
The AMS_ACT_DELIVERY_METHODS table is a core reference table within the Oracle E-Business Suite Marketing (AMS) module. It functions as a master repository for defining the various mechanisms or channels through which marketing activities and communications are delivered to a target audience. In the context of Oracle EBS 12.1.1 and 12.2.2, this table supports the configuration and execution of marketing campaigns by providing a standardized list of delivery options, such as email, direct mail, SMS, or web advertisement. Its primary role is to ensure data integrity and consistency across the marketing module by centralizing delivery method definitions, which are then referenced by transactional entities like events and offers.
Key Information Stored
The table's structure is designed to catalog delivery methods with associated metadata. The primary key, ACTIVITY_DELIVERY_METHOD_ID, uniquely identifies each method. A critical column is ACT_DELIVERY_METHOD_USED_BY_ID, which acts as a foreign key linking to related master data tables, indicating the type of object (e.g., an event header or a media type) that utilizes the delivery method. While the provided metadata does not list all columns, typical attributes would include a user-facing NAME or DESCRIPTION for the method (e.g., "Email Broadcast"), system flags for enabling or disabling the method, and standard Oracle EBS columns for tracking creation date, last update date, and the user responsible for the changes (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE).
Common Use Cases and Queries
This table is primarily referenced for setup, validation, and reporting. Administrators query it to review or maintain the list of available delivery channels within the marketing application. A common reporting use case involves analyzing campaign tactics by delivery method. For instance, to list all active delivery methods, a query might be: SELECT activity_delivery_method_id, name FROM ams_act_delivery_methods WHERE enabled_flag = 'Y' ORDER BY name;. Furthermore, it is frequently joined to transactional tables for operational reports. To find all event offers using a specific delivery method, one could use: SELECT eo.offer_name, dm.name FROM ams_event_offers_all_b eo, ams_act_delivery_methods dm WHERE eo.event_delivery_method_id = dm.activity_delivery_method_id AND dm.name = 'Direct Mail';.
Related Objects
As indicated by the foreign key relationships, AMS_ACT_DELIVERY_METHODS is integral to several key transactional tables. It has a direct foreign key relationship where its ACT_DELIVERY_METHOD_USED_BY_ID column references the primary keys of AMS_EVENT_HEADERS_ALL_B (for events) and AMS_MEDIA_B (for media types). Conversely, the table AMS_EVENT_OFFERS_ALL_B holds a foreign key (EVENT_DELIVERY_METHOD_ID) that references AMS_ACT_DELIVERY_METHODS, linking specific offers to their chosen delivery channel. This network of relationships positions the table as a central hub for defining how marketing interactions are executed across the AMS module.
-
Table: AMS_ACT_DELIVERY_METHODS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_DELIVERY_METHODS, object_name:AMS_ACT_DELIVERY_METHODS, status:VALID, product: AMS - Marketing , description: Stores information for the various activity delivery methods , implementation_dba_data: AMS.AMS_ACT_DELIVERY_METHODS ,
-
Table: AMS_ACT_DELIVERY_METHODS
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_DELIVERY_METHODS, object_name:AMS_ACT_DELIVERY_METHODS, status:VALID, product: AMS - Marketing , description: Stores information for the various activity delivery methods , implementation_dba_data: AMS.AMS_ACT_DELIVERY_METHODS ,
-
APPS.AMS_EVENTOFFER_PVT dependencies on AMS_ACT_DELIVERY_METHODS
12.1.1
-
APPS.AMS_COPYELEMENTS_PVT dependencies on AMS_ACT_DELIVERY_METHODS
12.2.2
-
APPS.AMS_CAMP_SCHEDULE_PVT dependencies on AMS_ACT_DELIVERY_METHODS
12.2.2
-
APPS.AMS_CAMP_SCHEDULE_PVT dependencies on AMS_ACT_DELIVERY_METHODS
12.1.1
-
APPS.AMS_EVENTOFFER_PVT dependencies on AMS_ACT_DELIVERY_METHODS
12.2.2
-
APPS.AMS_COPYELEMENTS_PVT dependencies on AMS_ACT_DELIVERY_METHODS
12.1.1
-
APPS.AMS_ACTDELVMETHOD_PVT dependencies on AMS_ACT_DELIVERY_METHODS
12.1.1
-
APPS.AMS_EVENTSCHEDULE_COPY_PVT dependencies on AMS_ACT_DELIVERY_METHODS
12.1.1
-
APPS.AMS_EVENTSCHEDULE_COPY_PVT dependencies on AMS_ACT_DELIVERY_METHODS
12.2.2
-
APPS.AMS_ACTDELVMETHOD_PVT dependencies on AMS_ACT_DELIVERY_METHODS
12.2.2
-
VIEW: APPS.AMS_ACT_DELIVERY_METHODS_V
12.1.1
-
SYNONYM: APPS.AMS_ACT_DELIVERY_METHODS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_ACT_DELIVERY_METHODS, status:VALID,
-
APPS.AMS_ACTDELVMETHOD_PVT SQL Statements
12.1.1
-
APPS.AMS_ACTDELVMETHOD_PVT SQL Statements
12.2.2
-
VIEW: AMS.AMS_ACT_DELIVERY_METHODS#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_ACT_DELIVERY_METHODS#, status:VALID,
-
APPS.AMS_ACTDELVMETHOD_PVT dependencies on FND_GLOBAL
12.1.1
-
VIEW: APPS.AMS_ACT_DELIVERY_METHODS_V
12.2.2
-
SYNONYM: APPS.AMS_ACT_DELIVERY_METHODS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_ACT_DELIVERY_METHODS, status:VALID,
-
VIEW: AMS.AMS_ACT_DELIVERY_METHODS#
12.2.2
-
APPS.AMS_ACTDELVMETHOD_PVT dependencies on FND_GLOBAL
12.2.2
-
Table: AMS_MEDIA_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_MEDIA_B, object_name:AMS_MEDIA_B, status:VALID, product: AMS - Marketing , description: Specifies all different media that can be used by an activity. , implementation_dba_data: AMS.AMS_MEDIA_B ,
-
TABLE: AMS.AMS_ACT_DELIVERY_METHODS
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_DELIVERY_METHODS, object_name:AMS_ACT_DELIVERY_METHODS, status:VALID,
-
View: AMS_ACT_DELIVERY_METHODS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ACT_DELIVERY_METHODS_V, object_name:AMS_ACT_DELIVERY_METHODS_V, status:VALID, product: AMS - Marketing , description: This view returns marketing activity delivery methods. , implementation_dba_data: APPS.AMS_ACT_DELIVERY_METHODS_V ,
-
PACKAGE BODY: APPS.AMS_ACTDELVMETHOD_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_ACTDELVMETHOD_PVT, status:VALID,
-
View: AMS_ACT_DELIVERY_METHODS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ACT_DELIVERY_METHODS_V, object_name:AMS_ACT_DELIVERY_METHODS_V, status:VALID, product: AMS - Marketing , description: This view returns marketing activity delivery methods. , implementation_dba_data: APPS.AMS_ACT_DELIVERY_METHODS_V ,
-
PACKAGE BODY: APPS.AMS_ACTDELVMETHOD_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_ACTDELVMETHOD_PVT, status:VALID,
-
Table: AMS_MEDIA_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_MEDIA_B, object_name:AMS_MEDIA_B, status:VALID, product: AMS - Marketing , description: Specifies all different media that can be used by an activity. , implementation_dba_data: AMS.AMS_MEDIA_B ,
-
TABLE: AMS.AMS_ACT_DELIVERY_METHODS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_DELIVERY_METHODS, object_name:AMS_ACT_DELIVERY_METHODS, status:VALID,
-
PACKAGE BODY: APPS.AMS_EVENTSCHEDULE_COPY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_EVENTSCHEDULE_COPY_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_EVENTSCHEDULE_COPY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_EVENTSCHEDULE_COPY_PVT, status:VALID,
-
Table: AMS_EVENT_HEADERS_ALL_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_EVENT_HEADERS_ALL_B, object_name:AMS_EVENT_HEADERS_ALL_B, status:VALID, product: AMS - Marketing , description: Stores the definition of a Marketing Event. (Master Event or Event Template) , implementation_dba_data: AMS.AMS_EVENT_HEADERS_ALL_B ,
-
Table: AMS_EVENT_HEADERS_ALL_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_EVENT_HEADERS_ALL_B, object_name:AMS_EVENT_HEADERS_ALL_B, status:VALID, product: AMS - Marketing , description: Stores the definition of a Marketing Event. (Master Event or Event Template) , implementation_dba_data: AMS.AMS_EVENT_HEADERS_ALL_B ,
-
PACKAGE: APPS.AMS_ACTDELVMETHOD_PVT
12.1.1
-
PACKAGE: APPS.AMS_ACTDELVMETHOD_PVT
12.2.2
-
Table: AMS_EVENT_OFFERS_ALL_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_EVENT_OFFERS_ALL_B, object_name:AMS_EVENT_OFFERS_ALL_B, status:VALID, product: AMS - Marketing , description: Stores information about an Event Offering. .This table also holds the data for all the Agenda Items for the Event Offerings. , implementation_dba_data: AMS.AMS_EVENT_OFFERS_ALL_B ,
-
Table: AMS_EVENT_OFFERS_ALL_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_EVENT_OFFERS_ALL_B, object_name:AMS_EVENT_OFFERS_ALL_B, status:VALID, product: AMS - Marketing , description: Stores information about an Event Offering. .This table also holds the data for all the Agenda Items for the Event Offerings. , implementation_dba_data: AMS.AMS_EVENT_OFFERS_ALL_B ,
-
PACKAGE BODY: APPS.AMS_CAMP_SCHEDULE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_CAMP_SCHEDULE_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_COPYELEMENTS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_COPYELEMENTS_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_CAMP_SCHEDULE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_CAMP_SCHEDULE_PVT, status:VALID,
-
VIEW: APPS.AMS_ACT_DELIVERY_METHODS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ACT_DELIVERY_METHODS_V, object_name:AMS_ACT_DELIVERY_METHODS_V, status:VALID,
-
PACKAGE BODY: APPS.AMS_EVENTOFFER_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_EVENTOFFER_PVT, status:VALID,
-
VIEW: APPS.AMS_ACT_DELIVERY_METHODS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ACT_DELIVERY_METHODS_V, object_name:AMS_ACT_DELIVERY_METHODS_V, status:VALID,
-
PACKAGE BODY: APPS.AMS_EVENTOFFER_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_EVENTOFFER_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_COPYELEMENTS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_COPYELEMENTS_PVT, status:VALID,
-
APPS.AMS_COPYELEMENTS_PVT SQL Statements
12.1.1
-
APPS.AMS_COPYELEMENTS_PVT SQL Statements
12.2.2
-
APPS.AMS_ACTDELVMETHOD_PVT dependencies on JTF_PLSQL_API
12.2.2
-
12.2.2 DBA Data
12.2.2