DW_TREE_VERSION_STATUS_LKP_TL
This table holds translatable attributes of tree versions status.
Details
Module:
Key Columns
TREE_VERSION_STATUS_LKP_CODE, CODE_TYPE, LANGUAGE
Columns
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| CODE_TYPE | VARCHAR2 | 32 | True | Code type. It is specific to functionality. | |||
| TREE_VERSION_STATUS_LKP_CODE | VARCHAR2 | 32 | True | Code. | |||
| LANGUAGE | VARCHAR2 | 32 | True | Translation language. | |||
| SOURCE_RECORD_ID | VARCHAR2 | 128 | This column is for Oracle Internal use only. Source record identifier. Value is derived from a combination of code type and code. | ||||
| NAME | VARCHAR2 | 128 | Business name or value of the code. | ||||
| DESCRIPTION | VARCHAR2 | 256 | Code description. |