This table contains the language-dependent
descriptions of the Charge Type.
Column Descriptions:
Name | Type | Description |
CHARGETYPE_ID | INTEGER NOT NULL | The ID of the Charge Type for which this
description belongs. |
LANGUAGE_ID | INTEGER NOT NULL | The ID of the Language of the description. For a
list of language components, see the LANGUAGE table. |
DESCRIPTION | VARCHAR (254) NOT NULL | Description of the Charge type in the language
specified by LANGUAGE_ID. |
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> | CHARGETYPE_ID+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_237 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_238 | CHARGETYPE_ID | CHARGETYPE | CHARGETYPE_ID | Cascade |