Search Results channel_type
Overview
APPS.BIM_DIMV_MEDIA_CHANNELS is a read-only dimensional view used by Oracle E-Business Suite's Business Intelligence and Marketing (BIM) components to present a unified, denormalized perspective of media, channel, event header, and event offer data. It is designed as a dimension source for marketing analytics, providing a consolidated list of "channels" that spans traditional media channels, event headers, and event offers, together with a special sentinel row for the BIM_VALUE_TYPE lookup value of -999. Because the view is declared WITH READ ONLY, it is intended exclusively for reporting and integration consumption rather than transactional data manipulation.
In Oracle EBS 12.1.1 and 12.2.2 the view resides in the APPS schema and exposes a stable column set that includes MEDIA_ID, MEDIA_NAME, MEDIA_TYPE_CODE, MEDIA_TYPE_NAME, CHANNEL_ID, CHANNEL_TYPE_CODE, CHANNEL_TYPE, and CHANNEL_NAME. This makes it suitable for dimension tables in OBIEE, BI Publisher, and custom ETL extracts where a single flattened channel/media dimension is required.
Underlying Base Objects
The view is defined over a UNION ALL of five SELECT branches. The documented base objects are: AMS_CHANNELS_VL (VIEW), AMS_EVENT_HEADERS_VL (VIEW), AMS_EVENT_OFFERS_VL (VIEW), AMS_LOOKUPS (VIEW), AMS_MEDIA_CHANNELS (SYNONYM), AMS_MEDIA_VL (VIEW), FND_GLOBAL (PACKAGE), and FND_LOOKUPS (VIEW).
- AMS_MEDIA_CHANNELS and AMS_MEDIA_VL provide the media-to-channel association and media descriptions for the primary branch.
- AMS_CHANNELS_VL supplies
CHANNEL_TYPE_CODE,CHANNEL_TYPE, andCHANNEL_NAME. - AMS_EVENT_HEADERS_VL contributes event headers as channel rows, joining to AMS_LOOKUPS on
EVENT_TYPE_CODEwithLOOKUP_TYPE = 'AMS_EVENT_TYPE'. - AMS_EVENT_OFFERS_VL contributes event offers in the same manner.
- FND_LOOKUPS supplies the
BIM_VALUE_TYPElookup meaning for the -999 sentinel rows. - FND_GLOBAL is referenced for session context in the view text, though the exposed columns do not depend on it directly.
Key Columns
- MEDIA_ID — Numeric media identifier; set to -999 on event and sentinel rows.
- MEDIA_NAME — Media description from AMS_MEDIA_VL, or the lookup meaning on sentinel rows.
- MEDIA_TYPE_CODE / MEDIA_TYPE_NAME — Media classification code and its display name; both '-999' on event and sentinel rows.
- CHANNEL_ID — Synthetic key: 'CHLS' prefixed channel ID, 'EVEH' prefixed event header ID, 'EVEO' prefixed event offer ID, or '-999'.
- CHANNEL_TYPE_CODE — For media channels the AMS channel type code; for events the event type code; '-999' on sentinel rows. This is the column most relevant to channel_type_code lookups.
- CHANNEL_TYPE — Descriptive meaning joined from AMS_LOOKUPS.
- CHANNEL_NAME — Display name of the channel, event header, or event offer.
Common Use Cases and Queries
Typical consumers use this view to enumerate every marketing channel available for attribution or targeting, to resolve CHANNEL_TYPE_CODE to a meaningful label, or to drive prompts in BI Publisher reports.
- Listing all channels with their type:
SELECT CHANNEL_ID, CHANNEL_NAME, CHANNEL_TYPE_CODE, CHANNEL_TYPE FROM APPS.BIM_DIMV_MEDIA_CHANNELS ORDER BY CHANNEL_TYPE_CODE; - Filtering by channel type:
SELECT * FROM APPS.BIM_DIMV_MEDIA_CHANNELS WHERE CHANNEL_TYPE_CODE = :p_type; - Extracting the media-to-channel hierarchy for ETL.
- Excluding sentinel rows:
WHERE MEDIA_ID <> -999.
-
VIEW: APPS.BIM_DIMV_MEDIA_CHANNELS
12.2.2
-
VIEW: BIM.EDW_BIM_MDCH_CHANNELS_LTC#
12.2.2
-
View: BIM_DIMV_CHANNELS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_CHANNELS, object_name:BIM_DIMV_CHANNELS, status:VALID, product: BIM - Marketing Intelligence , description: Shows all marketing channels which includes media channels, events and event offerings. , implementation_dba_data: APPS.BIM_DIMV_CHANNELS ,
-
View: BIM_DIMV_CHANNELS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_CHANNELS, object_name:BIM_DIMV_CHANNELS, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Shows all marketing channels which includes media channels, events and event offerings. , implementation_dba_data: APPS.BIM_DIMV_CHANNELS ,
-
VIEW: APPS.BIM_DIMV_CHANNELS
12.1.1
-
VIEW: APPS.BIM_DIMV_MEDIA_CHANNELS
12.1.1
-
View: 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, product: BIM - Marketing Intelligence , description: Shows the relationship between media and the channels.. , implementation_dba_data: APPS.BIM_DIMV_MEDIA_CHANNELS ,
-
VIEW: APPS.BIM_DIMV_CHANNELS
12.2.2
-
View: 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, product: BIM - Marketing Intelligence(Obsolete) , description: Shows the relationship between media and the channels.. , implementation_dba_data: APPS.BIM_DIMV_MEDIA_CHANNELS ,
-
VIEW: AMV.AMV_C_CHANNELS_B#
12.2.2
-
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 - Marketing , description: 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 - Marketing , description: This view returns Marketing communication channel information. , implementation_dba_data: APPS.AMS_CHANNELS_VL ,
-
View: EDW_BIM_MDCH_CHANNELS_LCV
12.1.1
product: BIM - Marketing Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: EDW_BIM_MDCH_CHANNELS_LCV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: BIM.EDW_BIM_MDCH_CHANNELS_LTC#
12.2.2
owner:BIM, object_type:VIEW, object_name:EDW_BIM_MDCH_CHANNELS_LTC#, status:VALID,
-
View: EDW_BIM_MDCH_CHANNELS_LTC_IV
12.1.1
product: BIM - Marketing Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: EDW_BIM_MDCH_CHANNELS_LTC_IV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AMS_CHANNELS_VL
12.1.1
-
View: AMS_P_CAMPAIGNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_CAMPAIGNS_V, object_name:AMS_P_CAMPAIGNS_V, status:VALID, product: AMS - Marketing , description: This public view returns all marketing campaigns and related information. , implementation_dba_data: APPS.AMS_P_CAMPAIGNS_V ,
-
View: AMS_P_CAMPAIGNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_CAMPAIGNS_V, object_name:AMS_P_CAMPAIGNS_V, status:VALID, product: AMS - Marketing , description: This public view returns all marketing campaigns and related information. , implementation_dba_data: APPS.AMS_P_CAMPAIGNS_V ,
-
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,
-
VIEW: APPS.AMS_CHANNELS_VL
12.2.2
-
VIEW: APPS.BIM_DIMV_CHANNELS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_CHANNELS, object_name:BIM_DIMV_CHANNELS, status:VALID,
-
View: AST_LS_CAMPAIGNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LS_CAMPAIGNS_V, object_name:AST_LS_CAMPAIGNS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LS_CAMPAIGNS_V ,
-
VIEW: APPS.AMS_P_CAMPAIGNS_V
12.1.1
-
VIEW: APPS.AMS_P_CAMPAIGNS_V
12.2.2
-
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: AST_LS_CAMPAIGNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LS_CAMPAIGNS_V, object_name:AST_LS_CAMPAIGNS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LS_CAMPAIGNS_V ,
-
VIEW: APPS.BIM_DIMV_CHANNELS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_CHANNELS, object_name:BIM_DIMV_CHANNELS, status:VALID,
-
VIEW: APPS.AST_LS_CAMPAIGNS_V
12.1.1
-
TABLE: AMV.AMV_C_CHANNELS_B
12.1.1
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CHANNELS_B, object_name:AMV_C_CHANNELS_B, status:VALID,
-
VIEW: AMV.AMV_C_CHANNELS_B#
12.2.2
owner:AMV, object_type:VIEW, object_name:AMV_C_CHANNELS_B#, status:VALID,
-
VIEW: APPS.AST_LS_CAMPAIGNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LS_CAMPAIGNS_V, object_name:AST_LS_CAMPAIGNS_V, status:VALID,
-
TABLE: AMV.AMV_C_CHANNELS_B
12.2.2
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CHANNELS_B, object_name:AMV_C_CHANNELS_B, status:VALID,
-
VIEW: APPS.AST_LS_CAMPAIGNS_V
12.2.2
-
TABLE: BIM.EDW_BIM_MDCH_CHANNELS_LTC
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_MDCH_CHANNELS_LTC, object_name:EDW_BIM_MDCH_CHANNELS_LTC, status:VALID,
-
View: ASO_I_CAMPAIGNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_CAMPAIGNS_V, object_name:ASO_I_CAMPAIGNS_V, status:VALID, product: ASO - Order Capture , description: View based on Campaigns , implementation_dba_data: APPS.ASO_I_CAMPAIGNS_V ,
-
View: ASO_I_CAMPAIGNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_CAMPAIGNS_V, object_name:ASO_I_CAMPAIGNS_V, status:VALID, product: ASO - Order Capture , description: View based on Campaigns , implementation_dba_data: APPS.ASO_I_CAMPAIGNS_V ,
-
TYPE: APPS.AMV_MY_CHANNEL_OBJ_TYPE
12.2.2
owner:APPS, object_type:TYPE, object_name:AMV_MY_CHANNEL_OBJ_TYPE, status:VALID,
-
TYPE: APPS.AMV_MY_CHANNEL_OBJ_TYPE
12.1.1
owner:APPS, object_type:TYPE, object_name:AMV_MY_CHANNEL_OBJ_TYPE, status:VALID,
-
VIEW: APPS.ASO_I_CAMPAIGNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_CAMPAIGNS_V, object_name:ASO_I_CAMPAIGNS_V, status:VALID,
-
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 ,
-
TABLE: BIM.EDW_BIM_MDCH_CHANNELS_LTC
12.2.2
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_MDCH_CHANNELS_LTC, object_name:EDW_BIM_MDCH_CHANNELS_LTC, status:VALID,
-
VIEW: APPS.AST_LS_CAMPAIGNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LS_CAMPAIGNS_V, object_name:AST_LS_CAMPAIGNS_V, status:VALID,
-
VIEW: APPS.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,
-
TABLE: BIM.EDW_BIM_MDCH_CHANNELS_LSTG
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_MDCH_CHANNELS_LSTG, object_name:EDW_BIM_MDCH_CHANNELS_LSTG, status:VALID,
-
VIEW: APPS.ASO_I_CAMPAIGNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_CAMPAIGNS_V, object_name:ASO_I_CAMPAIGNS_V, status:VALID,
-
VIEW: APPS.AMV_C_CHANNELS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMV.AMV_C_CHANNELS_VL, object_name:AMV_C_CHANNELS_VL, status:VALID,
-
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_CHANNELS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CHANNELS_VL, object_name:AMS_CHANNELS_VL, status:VALID,