PARTROLEDS

This table stores descriptions for the role a participant plays a TradingAgreement.

Column Descriptions:

NameTypeDescription
PARTROLE_IDINTEGER NOT NULLParticipant role ID.
LANGUAGE_IDINTEGER NOT NULLLanguage this description pertains to. For a list of language components, see the LANGUAGE table.
DESCRIPTIONVARCHAR (4000)Participant role description.
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>PARTROLE_ID+LANGUAGE_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_562LANGUAGE_IDLANGUAGELANGUAGE_IDCascade
F_563PARTROLE_IDPARTROLEPARTROLE_IDCascade