[Home] [Help]
[Dependency Information]
Object Name: | IBY_DELIVERY_CHANNELS_TL |
---|---|
Object Type: | TABLE |
Owner: | IBY |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IBY_DELIVERY_CHANNELS stores delivery channel information that is used as lookup values for external payee setup or documents payable. The table is similar to FND_LOOKUPS, but with a new column for territory identification. Products that use data in this table can code their LOVs to be sensitive to the country context, so that only values relevant for the country will appear. This table corresponds to the Delivery Channel Codes page.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IBY_DELIVERY_CHANNELS_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DELIVERY_CHANNEL_CODE | VARCHAR2 | (30) | Yes | User entered primary key |
LANGUAGE | VARCHAR2 | (4) | Yes | Language code |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Language code of the record's current language |
MEANING | VARCHAR2 | (80) | Lookup meaning of delivery channel | |
DESCRIPTION | VARCHAR2 | (240) | Lookup description of delivery channel | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
OBJECT_VERSION_NUMBER | NUMBER | Yes | Object version number | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT DELIVERY_CHANNEL_CODE
, LANGUAGE
, SOURCE_LANG
, MEANING
, DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, ZD_EDITION_NAME
FROM IBY.IBY_DELIVERY_CHANNELS_TL;
IBY.IBY_DELIVERY_CHANNELS_TL does not reference any database object
IBY.IBY_DELIVERY_CHANNELS_TL is referenced by following:
|
|
|