Database Table: CLSFCODEDS

This table contains the language specific information of product classification code.

Column Name Column Type Column Description
CLASIFCODE_ID BIGINT
NOT NULL
Classification code reference number.
DESCRIPTION VARCHAR (254)
NOT NULL
Description of the product classification code.
LANGUAGE_ID INTEGER
NOT NULL
Language reference number. For a list of language components, see the LANGUAGE table.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416034909310 LANGUAGE_ID, CLASIFCODE_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_241 CLASIFCODE_ID CLASIFCODE CLASIFCODE_ID Cascade
F_242 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable