Search Results bim_value_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.
-
Lookup Type: BIM_VALUE_TYPE
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , meaning: Marketing Intelligence values that need translation , description: Marketing Intelligence values that need translation ,
-
Lookup Type: BIM_VALUE_TYPE
12.1.1
product: BIM - Marketing Intelligence , meaning: Marketing Intelligence values that need translation , description: Marketing Intelligence values that need translation ,
-
VIEW: APPS.BIM_DIMV_MEDIA_CHANNELS
12.2.2
-
VIEW: APPS.BIM_DIMV_MEDIA_CHANNELS
12.1.1
-
VIEW: APPS.BIM_DIMV_SALES_CHANNELS
12.1.1
-
VIEW: APPS.BIM_DIMV_GEOGRAPHY
12.1.1
-
VIEW: APPS.BIM_DIMV_GEOGRAPHY
12.2.2
-
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_MEDIA
12.1.1
-
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: APPS.BIM_DIMV_MARKET_SGMTS
12.1.1
-
VIEW: APPS.BIM_DIMV_MARKET_SGMTS
12.2.2
-
VIEW: APPS.BIM_DIMV_SALES_CHANNELS
12.2.2
-
VIEW: APPS.BIM_DIMV_SOURCE_LISTS
12.1.1
-
VIEW: APPS.BIM_DIMV_MEDIA
12.2.2
-
VIEW: APPS.BIM_DIMV_PROD_LOV
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.BIM_DIMV_OFFERS
12.1.1
-
VIEW: APPS.BIM_DIMV_OFFERS
12.2.2
-
VIEW: APPS.BIM_DIMV_PROD_LOV
12.2.2
-
VIEW: APPS.BIM_DIMV_SOURCE_LISTS
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
View: BIM_DIMV_SALES_CHANNELS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_SALES_CHANNELS, object_name:BIM_DIMV_SALES_CHANNELS, status:VALID, product: BIM - Marketing Intelligence , description: Shows all sales channels. , implementation_dba_data: APPS.BIM_DIMV_SALES_CHANNELS ,
-
View: BIM_DIMV_SALES_CHANNELS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_SALES_CHANNELS, object_name:BIM_DIMV_SALES_CHANNELS, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Shows all sales channels. , implementation_dba_data: APPS.BIM_DIMV_SALES_CHANNELS ,
-
View: BIM_DIMV_OFFERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_OFFERS, object_name:BIM_DIMV_OFFERS, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Shows all marketing offers , implementation_dba_data: APPS.BIM_DIMV_OFFERS ,
-
View: BIM_DIMV_MEDIA
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_MEDIA, object_name:BIM_DIMV_MEDIA, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Shows all marketing media. , implementation_dba_data: APPS.BIM_DIMV_MEDIA ,
-
VIEW: APPS.BIM_DIMV_CAMPAIGNS
12.1.1
-
View: BIM_DIMV_MARKET_SGMTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_MARKET_SGMTS, object_name:BIM_DIMV_MARKET_SGMTS, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Shows all market segments. , implementation_dba_data: APPS.BIM_DIMV_MARKET_SGMTS ,
-
VIEW: APPS.BIM_DIMV_CHANNELS
12.2.2
-
View: BIM_DIMV_TARGET_SGMTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_TARGET_SGMTS, object_name:BIM_DIMV_TARGET_SGMTS, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Shows all target segments. , implementation_dba_data: APPS.BIM_DIMV_TARGET_SGMTS ,
-
VIEW: APPS.BIM_DIMV_EVENT_HIER
12.1.1
-
VIEW: APPS.BIM_DIMV_EVENT_HIER
12.2.2
-
View: BIM_DIMV_OFFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_OFFERS, object_name:BIM_DIMV_OFFERS, status:VALID, product: BIM - Marketing Intelligence , description: Shows all marketing offers , implementation_dba_data: APPS.BIM_DIMV_OFFERS ,
-
View: BIM_DIMV_TARGET_SGMTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_TARGET_SGMTS, object_name:BIM_DIMV_TARGET_SGMTS, status:VALID, product: BIM - Marketing Intelligence , description: Shows all target segments. , implementation_dba_data: APPS.BIM_DIMV_TARGET_SGMTS ,
-
View: BIM_DIMV_GEOGRAPHY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_GEOGRAPHY, object_name:BIM_DIMV_GEOGRAPHY, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Shows locations at the postal code level. , implementation_dba_data: APPS.BIM_DIMV_GEOGRAPHY ,
-
View: BIM_DIMV_GEOGRAPHY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_GEOGRAPHY, object_name:BIM_DIMV_GEOGRAPHY, status:VALID, product: BIM - Marketing Intelligence , description: Shows locations at the postal code level. , implementation_dba_data: APPS.BIM_DIMV_GEOGRAPHY ,
-
View: BIM_DIMV_PROD_LOV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_PROD_LOV, object_name:BIM_DIMV_PROD_LOV, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Shows the relationship between interest types, primary interest codes and secondary interest codes. , implementation_dba_data: APPS.BIM_DIMV_PROD_LOV ,
-
View: BIM_DIMV_MARKET_SGMTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_MARKET_SGMTS, object_name:BIM_DIMV_MARKET_SGMTS, status:VALID, product: BIM - Marketing Intelligence , description: Shows all market segments. , implementation_dba_data: APPS.BIM_DIMV_MARKET_SGMTS ,
-
VIEW: APPS.BIM_DIMV_CHANNELS
12.1.1
-
View: BIM_DIMV_MEDIA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_MEDIA, object_name:BIM_DIMV_MEDIA, status:VALID, product: BIM - Marketing Intelligence , description: Shows all marketing media. , implementation_dba_data: APPS.BIM_DIMV_MEDIA ,
-
View: BIM_DIMV_CAMPAIGNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_CAMPAIGNS, object_name:BIM_DIMV_CAMPAIGNS, status:VALID, product: BIM - Marketing Intelligence , description: Shows all campaigns. , implementation_dba_data: APPS.BIM_DIMV_CAMPAIGNS ,
-
View: BIM_DIMV_CAMPAIGNS
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , description: Shows all campaigns. , implementation_dba_data: Not implemented in this database ,
-
View: BIM_DIMV_PROD_LOV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_PROD_LOV, object_name:BIM_DIMV_PROD_LOV, status:VALID, product: BIM - Marketing Intelligence , description: Shows the relationship between interest types, primary interest codes and secondary interest codes. , implementation_dba_data: APPS.BIM_DIMV_PROD_LOV ,
-
View: BIM_DIMV_SOURCE_LISTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_SOURCE_LISTS, object_name:BIM_DIMV_SOURCE_LISTS, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Shows all source lists. , implementation_dba_data: APPS.BIM_DIMV_SOURCE_LISTS ,
-
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_SOURCE_LISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIM.BIM_DIMV_SOURCE_LISTS, object_name:BIM_DIMV_SOURCE_LISTS, status:VALID, product: BIM - Marketing Intelligence , description: Shows all source lists. , implementation_dba_data: APPS.BIM_DIMV_SOURCE_LISTS ,
-
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 ,
-
APPS.BIM_MCHACQ_ALL_TEMP_PVT SQL Statements
12.2.2
-
APPS.BIM_MEDACQ_ALL_TEMP_PVT SQL Statements
12.2.2
-
APPS.BIM_CMPACQ_ALL_TEMP_PVT SQL Statements
12.1.1