TRDDESC

The trading agreement description table.

Column Descriptions:

NameTypeDescription
TRADING_IDBIGINT NOT NULLTrading ID.
LANGUAGE_IDINTEGER NOT NULLThe language ID. For a list of language components, see the LANGUAGE table.
DESCRIPTIONVARCHAR (254)Trading agreement short description.
LONGDESCRIPTIONVARCHAR (4000)Trading agreement long description.
TIMECREATEDTIMESTAMPTime created.
TIMEUPDATEDTIMESTAMPTime updated.
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>TRADING_ID+LANGUAGE_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_873LANGUAGE_IDLANGUAGELANGUAGE_IDCascade
F_874TRADING_IDTRADINGTRADING_IDCascade