This table contains business channel descriptions
for different locales.
Column Descriptions:
| Name | Type | Description |
| BUSCHN_ID | INTEGER NOT NULL | Foreign Key to BUSCHN table. |
| LANGUAGE_ID | INTEGER NOT NULL | Language ID. Foreign key to the LANGUAGE table.
For a list of language components, see the LANGUAGE table. |
| DISPLAYNAME | VARCHAR (64) NOT NULL | Display Name of the Channel. |
| DESCRIPTION | VARCHAR (254) | Description of the Channel. |
| 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> | BUSCHN_ID+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_1166 | BUSCHN_ID | BUSCHN | BUSCHN_ID | Cascade |
| F_1167 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |