The order change reason code description for
different languages.
Column Descriptions:
| Name | Type | Description |
| ORDCHGRSN_ID | INTEGER NOT NULL | The ID of the reason code for this
description. |
| LANGUAGE_ID | INTEGER NOT NULL | The ID of the language used for the
description. |
| DESCRIPTION | VARCHAR (1024) | Description of the reason 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> | ORDCHGRSN_ID+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| R_3457 | ORDCHGRSN_ID | ORDCHGRSN | ORDCHGRSN_ID | Cascade |