Table to store the translations for SIC TYPE and SIC Code combinations.
Module:
LANGUAGE, SIC_CODE, SIC_CODE_TYPE
Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
---|---|---|---|---|---|---|---|
SIC_CODE_TYPE | VARCHAR2 | 128 | True | SIC Code Type | |||
SIC_CODE | VARCHAR2 | 128 | True | SIC Code | |||
LANGUAGE | VARCHAR2 | 64 | True | Translation language | |||
SOURCE_RECORD_ID | VARCHAR2 | 512 | Source Record Identifier It is a unique combination of CODE_TYPE, CODE | ||||
NAME | VARCHAR2 | 128 | Business name or value of the code | ||||
DESCRIPTION | VARCHAR2 | 256 | Description of the code |