BUSCHNDESC

This table contains business channel descriptions for different locales.

Column Descriptions:

NameTypeDescription
BUSCHN_IDINTEGER NOT NULLForeign Key to BUSCHN table.
LANGUAGE_IDINTEGER NOT NULLLanguage ID. Foreign key to the LANGUAGE table. For a list of language components, see the LANGUAGE table.
DISPLAYNAMEVARCHAR (64) NOT NULLDisplay Name of the Channel.
DESCRIPTIONVARCHAR (254)Description of the Channel.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>BUSCHN_ID+LANGUAGE_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_1166BUSCHN_IDBUSCHNBUSCHN_IDCascade
F_1167LANGUAGE_IDLANGUAGELANGUAGE_IDCascade