Search Results ams_channels_b




Overview

The AMS_CHANNELS_B table is a core master data table within the Oracle E-Business Suite (EBS) Marketing (AMS) module. It serves as the primary repository for defining and storing Media Channels, which represent the various communication mediums available for executing marketing activities. These channels are fundamental building blocks for planning and delivering campaigns, events, and other marketing initiatives. The table's role is to provide a centralized, controlled list of channels—such as email, direct mail, web, social media, or telemarketing—that can be consistently referenced across the marketing application to ensure data integrity and standardized reporting.

Key Information Stored

The table stores the defining attributes for each Media Channel. Its primary key is the CHANNEL_ID, a unique system-generated identifier. Based on the provided foreign key relationships, other critical columns include PARTY_ID, which links to the HZ_PARTIES table to potentially associate the channel with a specific organization or partner. The MANAGED_BY_PERSON_ID column links to the FND_USER table, identifying the individual responsible for the channel. While the full column list is not detailed in the excerpt, typical attributes in such a table would also include columns for channel name, code, status (active/inactive), start and end dates, creation and last update information, and descriptive fields to categorize the channel type and usage.

Common Use Cases and Queries

This table is primarily queried for setup, reporting, and data validation. Administrators use it to maintain the list of available channels. Common operational queries include listing all active channels for a campaign setup or validating a channel ID. A typical reporting query might join with transactional tables to analyze campaign performance by channel. For example, to retrieve a basic list of channels managed by a specific user, one might use: SELECT channel_id, channel_code FROM ams_channels_b WHERE managed_by_person_id = (SELECT user_id FROM fnd_user WHERE user_name = 'USER123') AND sysdate BETWEEN start_date_active AND NVL(end_date_active, sysdate);. In data migration or integration scenarios, this table is a key reference for mapping external channel codes to internal EBS identifiers.

Related Objects

The AMS_CHANNELS_B table has several documented relationships, acting as a central hub for channel data. The primary key (CHANNEL_ID) is referenced by the translated table AMS_CHANNELS_TL for multilingual support. It is also referenced by key transactional tables: AMS_CAMPAIGN_SCHEDULES_B (via MARKETING_MEDIUM_ID), AMS_EVENT_REGISTRATIONS (via INBOUND_CHANNEL_ID), and the setup table AMS_MEDIA_CHANNELS. A foreign key to HZ_PARTIES (via PARTY_ID) allows channel association with business entities, and a foreign key to FND_USER (via MANAGED_BY_PERSON_ID) links to the responsible person. Furthermore, the table is referenced by AMS_ACT_CATEGORIES, indicating that activity categories can be defined for specific channel usage.

  • 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 - Marketingdescription: 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 - Marketingdescription: 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_TL 12.2.2

    owner:AMS,  object_type:TABLE,  fnd_design_data:AMS.AMS_CHANNELS_TL,  object_name:AMS_CHANNELS_TL,  status:VALID,  product: AMS - Marketingdescription: This table stores all translated columns for Channel definition. ,  implementation_dba_data: AMS.AMS_CHANNELS_TL

  • 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 - Marketingdescription: Stores what channel can handle what kind of media. ,  implementation_dba_data: AMS.AMS_MEDIA_CHANNELS

  • Table: AMS_ACT_CATEGORIES 12.2.2

    owner:AMS,  object_type:TABLE,  fnd_design_data:AMS.AMS_ACT_CATEGORIES,  object_name:AMS_ACT_CATEGORIES,  status:VALID,  product: AMS - Marketingdescription: Generic category table used to hold categories an acticity can belong to, for reporting and search capability. ,  implementation_dba_data: AMS.AMS_ACT_CATEGORIES

  • Table: AMS_CHANNELS_TL 12.1.1

    owner:AMS,  object_type:TABLE,  fnd_design_data:AMS.AMS_CHANNELS_TL,  object_name:AMS_CHANNELS_TL,  status:VALID,  product: AMS - Marketingdescription: This table stores all translated columns for Channel definition. ,  implementation_dba_data: AMS.AMS_CHANNELS_TL

  • 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 - Marketingdescription: Stores what channel can handle what kind of media. ,  implementation_dba_data: AMS.AMS_MEDIA_CHANNELS

  • Table: AMS_ACT_CATEGORIES 12.1.1

    owner:AMS,  object_type:TABLE,  fnd_design_data:AMS.AMS_ACT_CATEGORIES,  object_name:AMS_ACT_CATEGORIES,  status:VALID,  product: AMS - Marketingdescription: Generic category table used to hold categories an acticity can belong to, for reporting and search capability. ,  implementation_dba_data: AMS.AMS_ACT_CATEGORIES

  • 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 - Marketingdescription: 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 - Marketingdescription: Stores all Campaign Schedules ,  implementation_dba_data: AMS.AMS_CAMPAIGN_SCHEDULES_B

  • Table: AMS_EVENT_REGISTRATIONS 12.2.2

    owner:AMS,  object_type:TABLE,  fnd_design_data:AMS.AMS_EVENT_REGISTRATIONS,  object_name:AMS_EVENT_REGISTRATIONS,  status:VALID,  product: AMS - Marketingdescription: Stores all enrollment information for an event, who got registered, who will be attending and their status. ,  implementation_dba_data: AMS.AMS_EVENT_REGISTRATIONS

  • Table: AMS_EVENT_REGISTRATIONS 12.1.1

    owner:AMS,  object_type:TABLE,  fnd_design_data:AMS.AMS_EVENT_REGISTRATIONS,  object_name:AMS_EVENT_REGISTRATIONS,  status:VALID,  product: AMS - Marketingdescription: Stores all enrollment information for an event, who got registered, who will be attending and their status. ,  implementation_dba_data: AMS.AMS_EVENT_REGISTRATIONS

  • View: AMS_CHANNELS_VL 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:AMS.AMS_CHANNELS_VL,  object_name:AMS_CHANNELS_VL,  status:VALID,  product: AMS - Marketingdescription: This view returns Marketing communication channel information. ,  implementation_dba_data: APPS.AMS_CHANNELS_VL

  • View: AMS_CHANNELS_VL 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:AMS.AMS_CHANNELS_VL,  object_name:AMS_CHANNELS_VL,  status:VALID,  product: AMS - Marketingdescription: This view returns Marketing communication channel information. ,  implementation_dba_data: APPS.AMS_CHANNELS_VL