This table stores a description for
TradingAgreement types in multiple languages.
Column Descriptions:
| Name | Type | Description |
| TRDTYPE_ID | INTEGER NOT NULL | An identifier for the TradingAgreement type. |
| LANGUAGE_ID | INTEGER NOT NULL | Identifies the language of the TradingAgreement
type description. For a list of language components, see the
LANGUAGE table. |
| DESCRIPTION | VARCHAR (4000) | A description of the TradingAgreement type. |
| OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | 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> | TRDTYPE_ID+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_883 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
| F_884 | TRDTYPE_ID | TRDTYPE | TRDTYPE_ID | Cascade |