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 - 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 ,
-
APPS.AMS_MEDIA_PVT dependencies on AMS_CHANNELS_B
12.1.1
-
APPS.AMS_CHANNEL_PVT dependencies on AMS_CHANNELS_B
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on AMS_CHANNELS_B
12.2.2
-
APPS.AMS_MEDIA_PVT dependencies on AMS_CHANNELS_B
12.2.2
-
APPS.AMS_CHANNEL_PVT dependencies on AMS_CHANNELS_B
12.1.1
-
APPS.AMS_CHANNELS_PKG dependencies on AMS_CHANNELS_B
12.1.1
-
APPS.AMS_PARTY_MERGE_PVT dependencies on AMS_CHANNELS_B
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on AMS_CHANNELS_B
12.1.1
-
APPS.AMS_CHANNELS_PKG dependencies on AMS_CHANNELS_B
12.2.2
-
APPS.AMS_PARTY_MERGE_PVT dependencies on AMS_CHANNELS_B
12.2.2
-
APPS.AMS_CHANNELS_PKG dependencies on AMS_CHANNELS_B_S
12.2.2
-
APPS.AMS_CHANNELS_PKG dependencies on AMS_CHANNELS_B_S
12.1.1
-
APPS.AMS_CHANNEL_PVT dependencies on AMS_CHANNELS_B_S
12.2.2
-
SYNONYM: APPS.AMS_CHANNELS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_CHANNELS_B, status:VALID,
-
SYNONYM: APPS.AMS_CHANNELS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_CHANNELS_B, status:VALID,
-
APPS.AMS_CHANNEL_PVT dependencies on AMS_CHANNELS_B_S
12.1.1
-
APPS.AMS_CHANNELS_PKG SQL Statements
12.2.2
-
APPS.AMS_PARTY_MERGE_PVT dependencies on AMS_LIST_ENTRIES
12.1.1
-
APPS.AMS_PARTY_MERGE_PVT dependencies on AMS_LIST_ENTRIES
12.2.2
-
VIEW: AMS.AMS_CHANNELS_B#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_CHANNELS_B#, status:VALID,
-
VIEW: APPS.AMS_CHANNELS_VL
12.2.2
-
APPS.AMS_CHANNELS_PKG SQL Statements
12.1.1
-
VIEW: APPS.AMS_CHANNELS_VL
12.1.1
-
VIEW: AMS.AMS_CHANNELS_B#
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on AMS_IBA_POSTINGS_B
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on AMS_EVENT_REGISTRATIONS
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on AMS_IBA_POSTINGS_B
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on AMS_EVENT_REGISTRATIONS
12.2.2
-
APPS.AMS_PARTY_MERGE_PVT dependencies on AMS_PARTY_SOURCES
12.2.2
-
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 - Marketing , description: This table stores all translated columns for Channel definition. , implementation_dba_data: AMS.AMS_CHANNELS_TL ,
-
APPS.AMS_CHANNEL_PVT dependencies on FND_GLOBAL
12.1.1
-
TABLE: AMS.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,
-
APPS.AMS_CHANNEL_PVT SQL Statements
12.1.1
-
TABLE: AMS.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,
-
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 - Marketing , description: This table stores all translated columns for Channel definition. , implementation_dba_data: AMS.AMS_CHANNELS_TL ,
-
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 - Marketing , description: 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_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 ,
-
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 ,
-
APPS.AMS_PARTY_MERGE_PVT dependencies on AMS_PARTY_SOURCES
12.1.1
-
APPS.AMS_PARTY_MERGE_PVT dependencies on AMS_IMP_SOURCE_LINES
12.2.2
-
APPS.AMS_PARTY_MERGE_PVT dependencies on AMS_IMP_SOURCE_LINES
12.1.1
-
APPS.AMS_CHANNEL_PVT SQL Statements
12.2.2
-
APPS.AMS_CHANNEL_PVT dependencies on FND_GLOBAL
12.2.2
-
PACKAGE BODY: APPS.AMS_CHANNELS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_CHANNELS_PKG, status:VALID,
-
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,
-
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 - Marketing , description: Generic category table used to hold categories an acticity can belong to, for reporting and search capability. , implementation_dba_data: AMS.AMS_ACT_CATEGORIES ,
-
PACKAGE BODY: APPS.AMS_CHANNELS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_CHANNELS_PKG, status:VALID,