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


TABLE: INV.MTL_CATEGORY_SETS_TL

Object Details
Object Name: MTL_CATEGORY_SETS_TL
Object Type: TABLE
Owner: INV
FND Design Data: TableINV.MTL_CATEGORY_SETS_TL
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.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MTL_CATEGORY_SETS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCATEGORY_SET_ID
ColumnLANGUAGE
ColumnZD_EDITION_NAME
Columns
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
Query Text

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;

Dependencies

[top of page]

INV.MTL_CATEGORY_SETS_TL does not reference any database object

INV.MTL_CATEGORY_SETS_TL is referenced by following:

SchemaAPPS
Materialized ViewOZF_EARNING_SUMMARY_MV
SchemaINV
ViewMTL_CATEGORY_SETS_TL#