Each row of this table contains Language-dependent
information for a CalculationCode.
Column Descriptions:
| Name | Type | Description |
| CALCODE_ID | INTEGER NOT NULL | The CalculationCode to which this information
applies. |
| LANGUAGE_ID | INTEGER NOT NULL | The language for which this information applies.
For a list of language components, see the LANGUAGE table. |
| DESCRIPTION | VARCHAR (254) | A short description of the CalculationCode. For
discount CalculationCodes, this information is copied to the
OrderItemAdjustments created when the CalculationCode is applied to
OrderItems in an Order. |
| LONGDESCRIPTION | VARCHAR (4000) | A detailed description of the
CalculationCode. |
| OPTCOUNTER | SMALLINT | 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> | CALCODE_ID+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_157 | CALCODE_ID | CALCODE | CALCODE_ID | Cascade |
| F_158 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |