Search Results ams_media_channels
Overview
The AMS_MEDIA_CHANNELS table is a core reference table within the Oracle E-Business Suite Marketing (AMS) module. It functions as a junction table that defines the permissible relationships between marketing media types and the channels through which they can be distributed. Its primary role is to enforce business rules by storing valid combinations, ensuring that campaigns and promotional activities are planned using only supported media-channel pairings. This table is critical for maintaining data integrity across the marketing execution framework in both EBS releases 12.1.1 and 12.2.2.
Key Information Stored
The table's structure centers on linking two key foreign key identifiers. The primary identifier is the MEDIA_CHANNEL_ID, a unique system-generated primary key. The core business data is stored in two columns: CHANNEL_ID and MEDIA_ID. Together, these columns form a unique constraint (AMS_MEDIA_CHANNELS_UK1), preventing duplicate media-channel associations. The CHANNEL_ID references a specific marketing or delivery channel (e.g., email, web, direct mail), while the MEDIA_ID references a type of marketing media or creative asset (e.g., banner ad, brochure, video file). This simple but essential structure acts as a master list of viable execution paths.
Common Use Cases and Queries
A primary use case is validating media selection during campaign setup. Before a user can assign a specific media item to a campaign scheduled for a particular channel, the application checks this table for a valid entry. Common reporting queries involve listing all available channels for a given media type or vice versa. For instance, to find all channels that can handle a specific media ID, one might use:
- SELECT c.CHANNEL_CODE, c.NAME FROM AMS_CHANNELS_B c, AMS_MEDIA_CHANNELS mc WHERE mc.CHANNEL_ID = c.CHANNEL_ID AND mc.MEDIA_ID = <media_id>;
Conversely, administrators may query this table to audit or maintain the configuration of allowed marketing conduits.
Related Objects
AMS_MEDIA_CHANNELS has integral relationships with several fundamental AMS tables. It directly references AMS_MEDIA_B (via MEDIA_ID) and AMS_CHANNELS_B (via CHANNEL_ID) to resolve the names and details of the linked entities. Notably, the table is also referenced by the AMS_CAMPAIGNS_ALL_B table through its CHANNEL_ID column. This relationship suggests that the channel defined in a campaign header must be compatible with the media assigned to campaign elements, with AMS_MEDIA_CHANNELS serving as the cross-reference that governs this compatibility. These relationships underscore its position as a central control point in the marketing data model.
-
Table: AMS_MEDIA_CHANNELS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_MEDIA_CHANNELS, object_name:AMS_MEDIA_CHANNELS, status:VALID, product: AMS - Marketing , description: Stores what channel can handle what kind of media. , implementation_dba_data: AMS.AMS_MEDIA_CHANNELS ,
-
Table: AMS_MEDIA_CHANNELS
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_MEDIA_CHANNELS, object_name:AMS_MEDIA_CHANNELS, status:VALID, product: AMS - Marketing , description: Stores what channel can handle what kind of media. , implementation_dba_data: AMS.AMS_MEDIA_CHANNELS ,
-
APPS.AMS_MEDIA_PVT dependencies on AMS_MEDIA_CHANNELS
12.2.2
-
APPS.AMS_CHANNEL_PVT dependencies on AMS_MEDIA_CHANNELS
12.1.1
-
APPS.AMS_MEDIA_PVT dependencies on AMS_MEDIA_CHANNELS
12.1.1
-
APPS.AMS_CAMPAIGNRULES_PVT dependencies on AMS_MEDIA_CHANNELS
12.1.1
-
APPS.AMS_SCHEDULERULES_PVT dependencies on AMS_MEDIA_CHANNELS
12.1.1
-
APPS.AMS_CAMPAIGNRULES_PVT dependencies on AMS_MEDIA_CHANNELS
12.2.2
-
APPS.AMS_SCHEDULERULES_PVT dependencies on AMS_MEDIA_CHANNELS
12.2.2
-
APPS.AMS_CHANNEL_PVT dependencies on AMS_MEDIA_CHANNELS
12.2.2
-
APPS.AMS_SCHEDULER_PVT dependencies on AMS_MEDIA_CHANNELS
12.1.1
-
APPS.AMS_SCHEDULER_PVT dependencies on AMS_MEDIA_CHANNELS
12.2.2
-
VIEW: AMS.AMS_MEDIA_CHANNELS#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_MEDIA_CHANNELS#, status:VALID,
-
SYNONYM: APPS.AMS_MEDIA_CHANNELS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_MEDIA_CHANNELS, status:VALID,
-
VIEW: AMS.AMS_MEDIA_CHANNELS#
12.2.2
-
APPS.AMS_MEDIA_PVT SQL Statements
12.1.1
-
APPS.AMS_MEDIA_PVT SQL Statements
12.2.2
-
APPS.AMS_MEDIA_PVT dependencies on AMS_CAMPAIGN_SCHEDULES_B
12.1.1
-
SYNONYM: APPS.AMS_MEDIA_CHANNELS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_MEDIA_CHANNELS, status:VALID,
-
VIEW: APPS.AMS_MEDIA_CHANNELS_VL
12.1.1
-
VIEW: APPS.AMS_MEDIA_CHANNELS_VL
12.2.2
-
TABLE: AMS.AMS_MEDIA_CHANNELS
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_MEDIA_CHANNELS, object_name:AMS_MEDIA_CHANNELS, status:VALID,
-
APPS.AMS_MEDIA_PVT dependencies on AMS_CAMPAIGNS_ALL_B
12.1.1
-
APPS.AMS_MEDIA_PVT dependencies on AMS_CAMPAIGNS_ALL_B
12.2.2
-
APPS.AMS_MEDIA_PVT dependencies on AMS_CAMPAIGN_SCHEDULES_B
12.2.2
-
APPS.AMS_MEDIA_PVT dependencies on DUAL
12.2.2
-
TABLE: AMS.AMS_MEDIA_CHANNELS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_MEDIA_CHANNELS, object_name:AMS_MEDIA_CHANNELS, status:VALID,
-
APPS.AMS_MEDIA_PVT dependencies on DUAL
12.1.1
-
Table: AMS_CHANNELS_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CHANNELS_B, object_name:AMS_CHANNELS_B, status:VALID, product: AMS - Marketing , description: This table stores the details about what Media Channels are available to be used in Oracle Marketing. , implementation_dba_data: AMS.AMS_CHANNELS_B ,
-
Table: AMS_CHANNELS_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CHANNELS_B, object_name:AMS_CHANNELS_B, status:VALID, product: AMS - Marketing , description: This table stores the details about what Media Channels are available to be used in Oracle Marketing. , implementation_dba_data: AMS.AMS_CHANNELS_B ,
-
VIEW: APPS.BIM_DIMV_MEDIA_CHANNELS
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 ,
-
PACKAGE BODY: APPS.AMS_CHANNEL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_CHANNEL_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 ,
-
PACKAGE BODY: APPS.AMS_CHANNEL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_CHANNEL_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_MEDIA_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_MEDIA_PVT, status:VALID,
-
VIEW: APPS.BIM_DIMV_MEDIA_CHANNELS
12.1.1
-
PACKAGE BODY: APPS.AMS_SCHEDULER_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_SCHEDULER_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_SCHEDULER_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_SCHEDULER_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_MEDIA_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_MEDIA_PVT, status:VALID,
-
APPS.AMS_MEDIA_PVT dependencies on FND_GLOBAL
12.2.2
-
View: AMS_MEDIA_CHANNELS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_MEDIA_CHANNELS_VL, object_name:AMS_MEDIA_CHANNELS_VL, status:VALID, product: AMS - Marketing , description: This view returns the details of all the medias and the Channels attached to them. , implementation_dba_data: APPS.AMS_MEDIA_CHANNELS_VL ,
-
VIEW: APPS.AMS_MEDIA_CHANNELS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_MEDIA_CHANNELS_VL, object_name:AMS_MEDIA_CHANNELS_VL, status:VALID,
-
PACKAGE BODY: APPS.AMS_CAMPAIGNRULES_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_CAMPAIGNRULES_PVT, status:VALID,
-
APPS.AMS_SCHEDULER_PVT SQL Statements
12.1.1
-
VIEW: APPS.BIM_DIMV_MEDIA_CHANNELS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_MEDIA_CHANNELS, object_name:BIM_DIMV_MEDIA_CHANNELS, status:VALID,
-
VIEW: APPS.BIM_DIMV_MEDIA_CHANNELS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_MEDIA_CHANNELS, object_name:BIM_DIMV_MEDIA_CHANNELS, status:VALID,
-
APPS.AMS_MEDIA_PVT dependencies on FND_GLOBAL
12.1.1
-
APPS.AMS_SCHEDULER_PVT SQL Statements
12.2.2
-
View: AMS_MEDIA_CHANNELS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_MEDIA_CHANNELS_VL, object_name:AMS_MEDIA_CHANNELS_VL, status:VALID, product: AMS - Marketing , description: This view returns the details of all the medias and the Channels attached to them. , implementation_dba_data: APPS.AMS_MEDIA_CHANNELS_VL ,