[Home] [Help]
[Dependency Information]
Object Name: | MTL_CATEGORY_SETS_TL |
---|---|
Object Type: | TABLE |
Owner: | INV |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
MTL_CATEGORY_SETS_TL is a table holding translated Name and Description columns for Category Sets.
.
Category Sets now support multilingual category set name and description. MLS is implemented with a pair of tables: MTL_CATEGORY_SETS_B and MTL_CATEGORY_SETS_TL.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
MTL_CATEGORY_SETS_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CATEGORY_SET_ID | NUMBER | Yes | Category set identifier | |
LANGUAGE | VARCHAR2 | (4) | Yes | Language column |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Source Language column |
CATEGORY_SET_NAME | VARCHAR2 | (30) | Yes | Category set translated name |
DESCRIPTION | VARCHAR2 | (240) | Category set 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 | ||
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT CATEGORY_SET_ID
, LANGUAGE
, SOURCE_LANG
, CATEGORY_SET_NAME
, DESCRIPTION
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM INV.MTL_CATEGORY_SETS_TL;
INV.MTL_CATEGORY_SETS_TL does not reference any database object
INV.MTL_CATEGORY_SETS_TL is referenced by following:
|
|
|