[Home] [Help]
[Dependency Information]
| Object Name: | BIL_DIMV_SLS_CHANNELS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BIL.BIL_DIMV_SLS_CHANNELS
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
BIL_DIMV_SLS_CHANNELS - Dimension view use to provide descriptive information related to
sales channels.
.
Source is Oracle Applications Order Management schema.
.
.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CHANNEL_LOOKUP_CODE | VARCHAR2 | (30) | Sales channel identifier | |
| CHANNEL_MEANING | VARCHAR2 | (80) | Sales channel name | |
| CHANNEL_DESCRIPTION | VARCHAR2 | (240) | Sales channel desription | |
| CHANNEL_ENABLED_FLAG | VARCHAR2 | (1) | Indicates whether sales channel is nabled or not | |
| CHANNEL_START_DATE_ACTIVE | DATE | Date from which sales channel becomes active | ||
| CHANNEL_END_DATE_ACTIVE | DATE | Date from which sales channel becomes inactive | ||
| ID | VARCHAR2 | (30) | Sales channel identifier | |
| VALUE | VARCHAR2 | (80) | Sales channel name |
Cut, paste (and edit) the following text to query this object:
SELECT CHANNEL_LOOKUP_CODE
, CHANNEL_MEANING
, CHANNEL_DESCRIPTION
, CHANNEL_ENABLED_FLAG
, CHANNEL_START_DATE_ACTIVE
, CHANNEL_END_DATE_ACTIVE
, ID
, VALUE
FROM APPS.BIL_DIMV_SLS_CHANNELS;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
OE_LOOKUPS
APPS.BIL_DIMV_SLS_CHANNELS is not referenced by any database object
|
|
|
|