DW_ITEM_CATEGORIES_D_TL
This table contains information about the translated names for item categories.
Details
Module:
Key Columns
CATEGORY_ID, LANGUAGE
Columns
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| CATEGORY_ID | NUMBER | 38 | 0 | True | Category identifier. | ||
| LANGUAGE | VARCHAR2 | 16 | True | Indicates the code of the language into which the contents of the translatable columns are translated. | |||
| SOURCE_RECORD_ID | NUMBER | 38 | 0 | This column is for Oracle Internal use only. Source record Id formed by category identifier. | |||
| CATEGORY_NAME | VARCHAR2 | 256 | Translatable name of the category. | ||||
| DESCRIPTION | VARCHAR2 | 256 | Translatable description of the category. |