Each row of this table contains Language-dependent
information for a CalculationScale.
Column Descriptions:
Name | Type | Description |
CALSCALE_ID | INTEGER NOT NULL | The CalculationScale 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 brief description of the CalculationScale,
suitable for display to a customer to explain how a calculation is
performed. For example, "$.10 per kilogram, minimum charge of
$5.00." or "10% off quantities of 5 or more." |
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> | LANGUAGE_ID+CALSCALE_ID | Primary Key |
I0000510 | CALSCALE_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_180 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_181 | CALSCALE_ID | CALSCALE | CALSCALE_ID | Cascade |