This table contains the language specific
information of product classification code.
Column Descriptions:
Name | Type | Description |
LANGUAGE_ID | INTEGER NOT NULL | Language reference number. For a list of language
components, see the LANGUAGE table. |
CLASIFCODE_ID | BIGINT NOT NULL | Classification code reference number. |
DESCRIPTION | VARCHAR (254) NOT NULL | Description of the product classification
code. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | LANGUAGE_ID+CLASIFCODE_ID | Primary Key |
I0000536 | CLASIFCODE_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_241 | CLASIFCODE_ID | CLASIFCODE | CLASIFCODE_ID | Cascade |
F_242 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |