DW_CXS_PRODUCT_GROUP_D_TL
This is a product group sales translation table
Details
Module:
Key Columns
PRODUCT_GROUP_ID, LANGUAGE
Columns
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| PRODUCT_GROUP_ID | NUMBER | 38 | 0 | True | Product Group Identifier | ||
| LANGUAGE | VARCHAR2 | 32 | True | Indicates the code of the language into which the contents of the translatable columns are translated. | |||
| SOURCE_RECORD_ID | VARCHAR2 | 128 | This column is for Oracle Internal use only. System generated key | ||||
| PRODUCT_GROUP_NAME | VARCHAR2 | 256 | Translated Name of the Product Group used for runtime display. | ||||
| PRODUCT_GROUP_DESCRIPTION | VARCHAR2 | 999 | Translated Product Group Description used for runtime display. | ||||
| CREATED_BY | VARCHAR2 | 64 | Who column: indicates the user who created the row. | ||||
| CREATION_DATE | TIMESTAMP | Who column: indicates the date and time of the creation of the row. |