Search Results outbound_flag
Overview
APPS.BIM_DIMV_CHANNELS is a dimensional conformance view in Oracle E-Business Suite Marketing (AMS/BIM) that presents a unified list of marketing channels, event headers, and event offers as a single logical dimension. It is defined with a UNION ALL across three virtual channel sources — AMS_CHANNELS_VL, AMS_EVENT_HEADERS_VL, and AMS_EVENT_OFFERS_VL — and a final sentinel row from FND_LOOKUPS where LOOKUP_TYPE = 'BIM_VALUE_TYPE' and LOOKUP_CODE = '-999'. The view is declared WITH READ ONLY, confirming its role as a reporting and integration artifact rather than a transactional entity. It is typically consumed by Business Intelligence (BIM) warehouse ETL processes and by concurrent programs that populate fact tables requiring a channel dimension key.
Underlying Base Objects
The view is built on the following documented base objects:
- AMS_CHANNELS_VL — the marketing channel master view; each row produces an ID prefixed with
CHLS. - AMS_EVENT_HEADERS_VL — event headers at
EVENT_LEVEL = 'MAIN'; each row produces an ID prefixed withEVEHand joinsAMS_LOOKUPSonAMS_EVENT_TYPEto derive the channel type meaning. - AMS_EVENT_OFFERS_VL — event offers at
EVENT_LEVEL = 'MAIN'; each row produces an ID prefixed withEVEO, also joined toAMS_LOOKUPS. - AMS_LOOKUPS — supplies
MEANINGforCHANNEL_TYPEviaLOOKUP_TYPE = 'AMS_EVENT_TYPE'. - FND_LOOKUPS — contributes the reserved
-999"unknown/not applicable" row. - FND_GLOBAL — referenced in the standard environment setup (org/user context) available to the marketing views.
The UNION ALL preserves duplicates and row order, and the prefixing scheme (CHLS/EVEH/EVEO) guarantees synthetic uniqueness across the heterogeneous sources.
Key Columns
- ID — concatenated surrogate key, e.g.
'CHLS' || CHANNEL_ID; the primary addressing column for the dimension. - VALUE —
SUBSTRof the channel/event/offer name truncated to 80 characters; used as the display label. - CHANNEL_ID — the prefixed identifier retained in a separate column for joins and lookups.
- CHANNEL_TYPE_CODE / CHANNEL_TYPE — the code and its decoded meaning (from
AMS_LOOKUPSfor the event sources). - INBOUND_FLAG — populated only for rows sourced from
AMS_CHANNELS_VL; indicates whether the channel supports inbound activity. - OUTBOUND_FLAG — the column that prompted this query; also populated only for
AMS_CHANNELS_VLrows, flagging channels that support outbound marketing activity. Event header and event offer rows returnNULLfor this column, since those constructs do not carry inbound/outbound semantics. - ACTIVE_FROM_DATE / ACTIVE_TO_DATE — date-bounded validity of the channel, mapped from
ACTIVE_FROM_DATE/ACTIVE_TO_DATEon channels and events, and fromEVENT_START_DATE/EVENT_END_DATEon offers. - CHANNEL_NAME / DESCRIPTION — descriptive attributes.
Common Use Cases and Queries
The view is used to resolve a channel dimension key from a source identifier, to filter channels by direction, and to join channel attributes into BI reports. A typical directionality query is:
SELECT id, value, outbound_flag FROM apps.bim_dimv_channels WHERE outbound_flag = 'Y';SELECT id, value, channel_type FROM apps.bim_dimv_channels WHERE channel_type_code = 'EMAIL';SELECT id, value FROM apps.bim_dimv_channels WHERE active_to_date IS NULL OR active_to_date >= SYSDATE;
Note the sentinel row (-999) is often used as a placeholder dimension member for fact rows whose channel could not be resolved. Because the view is read-only and union-based, it should not be updated directly; changes flow from the underlying AMS_* tables.
-
VIEW: APPS.BIM_DIMV_CHANNELS
12.1.1
-
VIEW: AMS.AMS_CHANNELS_B#
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.EDW_BIM_MDCH_CHANNELS_LTC#
12.2.2
-
VIEW: FTE.FTE_BULKLOAD_FILE#
12.2.2
-
VIEW: APPS.BIM_DIMV_CHANNELS
12.2.2
-
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: FTE.FTE_BULKLOAD_FILE#
12.2.2
owner:FTE, object_type:VIEW, object_name:FTE_BULKLOAD_FILE#, 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: 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_LCV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: EDW_BIM_MDCH_CHANNELS_LCV
12.1.1
product: BIM - Marketing Intelligence , implementation_dba_data: Not implemented in this database ,
-
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.AMS_CHANNELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CHANNELS_V, object_name:AMS_CHANNELS_V, status:VALID,
-
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: APPS.AMS_CHANNELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CHANNELS_V, object_name:AMS_CHANNELS_V, status:VALID,
-
VIEW: AMS.AMS_CHANNELS_B#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_CHANNELS_B#, status:VALID,
-
TABLE: FTE.FTE_BULKLOAD_FILE
12.1.1
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_BULKLOAD_FILE, object_name:FTE_BULKLOAD_FILE, status:VALID,
-
TABLE: FTE.FTE_BULKLOAD_FILE
12.2.2
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_BULKLOAD_FILE, object_name:FTE_BULKLOAD_FILE, status:VALID,
-
View: AMS_CHANNELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CHANNELS_V, object_name:AMS_CHANNELS_V, status:VALID, product: AMS - Marketing , description: This view returns the channel details. , implementation_dba_data: APPS.AMS_CHANNELS_V ,
-
View: AMS_CHANNELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CHANNELS_V, object_name:AMS_CHANNELS_V, status:VALID, product: AMS - Marketing , description: This view returns the channel details. , implementation_dba_data: APPS.AMS_CHANNELS_V ,
-
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 ,
-
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,
-
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,
-
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,
-
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,
-
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 ,
-
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: 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 ,
-
APPS.AMS_CHANNEL_PVT SQL Statements
12.2.2
-
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,
-
APPS.AMS_CHANNEL_PVT SQL Statements
12.1.1
-
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,
-
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,
-
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,
-
VIEW: APPS.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,
-
APPS.AMS_CHANNELS_PKG SQL Statements
12.2.2
-
APPS.AMS_CHANNELS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AMS_CHANNELS_PKG
12.2.2
-
PACKAGE BODY: APPS.AMS_CHANNELS_PKG
12.1.1
-
PACKAGE: APPS.AMS_CHANNEL_PVT
12.1.1
-
PACKAGE: APPS.AMS_CHANNEL_PVT
12.2.2
-
PACKAGE BODY: APPS.AMS_CHANNEL_PVT
12.2.2
-
PACKAGE BODY: APPS.AMS_CHANNEL_PVT
12.1.1
-
APPS.FTE_LTL_LOADER SQL Statements
12.2.2
-
APPS.FTE_LTL_LOADER SQL Statements
12.1.1
-
APPS.AMS_CHANNEL_PVT dependencies on AMS_UTILITY_PVT
12.2.2
-
APPS.AMS_CHANNEL_PVT dependencies on AMS_UTILITY_PVT
12.1.1
-
eTRM - FTE Tables and Views
12.2.2
description: This table records many-to-many association between transportation trips and trip segments. ,