DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.BIM_DIMV_SALES_CHANNELS

Object Details
Object Name: BIM_DIMV_SALES_CHANNELS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBIM.BIM_DIMV_SALES_CHANNELS
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


BIM_DIMV_SALES_CHANNELS is a view showing all sales channels.
.


[View Source]

Columns
Name Datatype Length Mandatory Comments
SALES_CHANNEL_CODE VARCHAR2 (30)
sales channel code
ENABLED_FLAG VARCHAR2 (1)
enabled flag
START_DATE_ACTIVE DATE

active start date
END_DATE_ACTIVE DATE

active end date
SALES_CHANNEL_NAME VARCHAR2 (80)
sales channel name
DESCRIPTION VARCHAR2 (240)
description
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SALES_CHANNEL_CODE
,      ENABLED_FLAG
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      SALES_CHANNEL_NAME
,      DESCRIPTION
FROM APPS.BIM_DIMV_SALES_CHANNELS;

Dependencies

[top of page]

APPS.BIM_DIMV_SALES_CHANNELS references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
ViewOE_LOOKUPS
APPS.BIM_DIMV_SALES_CHANNELS is referenced by following:

SchemaAPPS
ViewBIM_SUMV_CAMP_MARGIN
ViewBIM_SUMV_CAMP_PERF
ViewBIM_SUMV_EVENT_PERF
ViewBIM_SUMV_LEAD_CONV
ViewBIM_SUMV_SALES_CYCLE
ViewBIM_SUMV_SLIST_PERF