POLICYDESC

This table stores descriptions for a business policy.

Column Descriptions:

NameTypeDescription
POLICY_IDBIGINT NOT NULLThe policy ID.
LANGUAGE_IDINTEGER NOT NULLThe language ID. For a list of language components, see the LANGUAGE table.
DESCRIPTIONVARCHAR (508) NOT NULLThe policy description.
LONGDESCRIPTIONVARCHAR (4000)The policy 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>POLICY_ID+LANGUAGE_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_611LANGUAGE_IDLANGUAGELANGUAGE_IDCascade
F_612POLICY_IDPOLICYPOLICY_IDCascade