Each row of this table contains Language-dependent information for a CalculationScale.
Column Name | Column Type | Column Description |
---|---|---|
CALSCALE_ID | INTEGER NOT NULL |
The CalculationScale to which this information applies. |
DESCRIPTION | VARCHAR (254) NULL |
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." |
LANGUAGE_ID | INTEGER NOT NULL |
The Language for which this information applies. For a list of language components, see the LANGUAGE table. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416034853510 | LANGUAGE_ID, CALSCALE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_180 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_181 | CALSCALE_ID | CALSCALE | CALSCALE_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|