TRDTYPEDSC

This table stores a description for TradingAgreement types in multiple languages.

Column Descriptions:

NameTypeDescription
TRDTYPE_IDINTEGER NOT NULLAn identifier for the TradingAgreement type.
LANGUAGE_IDINTEGER NOT NULLIdentifies the language of the TradingAgreement type description. For a list of language components, see the LANGUAGE table.
DESCRIPTIONVARCHAR (4000)A description of the TradingAgreement type.
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>TRDTYPE_ID+LANGUAGE_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_883LANGUAGE_IDLANGUAGELANGUAGE_IDCascade
F_884TRDTYPE_IDTRDTYPETRDTYPE_IDCascade