[Home] [Help]
[Dependency Information]
Object Name: | MTL_SYSTEM_ITEMS_TL |
---|---|
Object Type: | TABLE |
Owner: | INV |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
MTL_SYSTEM_ITEMS_TL is a table holding translated Description column for Items.
.
Items now support multilingual description. MLS is implemented with a pair of tables: MTL_SYSTEM_ITEMS_B and MTL_SYSTEM_ITEMS_TL. Translations table (MTL_SYSTEM_ITEMS_TL) holds item descriptions in multiple languages.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
MTL_SYSTEM_ITEMS_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
MTL_SYSTEM_ITEMS_TL_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INVENTORY_ITEM_ID | NUMBER | Yes | Inventory item identifier | |
ORGANIZATION_ID | NUMBER | Yes | Organization Identifier | |
LANGUAGE | VARCHAR2 | (4) | Yes | Language column |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Source Language column |
DESCRIPTION | VARCHAR2 | (240) | This column contains Item translated description | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
LONG_DESCRIPTION | VARCHAR2 | (4000) | This column contains Item translated Long Description |
Cut, paste (and edit) the following text to query this object:
SELECT INVENTORY_ITEM_ID
, ORGANIZATION_ID
, LANGUAGE
, SOURCE_LANG
, DESCRIPTION
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LONG_DESCRIPTION
FROM INV.MTL_SYSTEM_ITEMS_TL;
INV.MTL_SYSTEM_ITEMS_TL does not reference any database object
INV.MTL_SYSTEM_ITEMS_TL is referenced by following:
|
|
|