PLCYACCDSC

This table holds language-dependent information related to an account policy.

Column Descriptions:

NameTypeDescription
PLCYACCT_IDINTEGER NOT NULLThe ID of the Account Policy, foreign key to the PLCYACCT table.
LANGUAGE_IDINTEGER NOT NULLThe ID of the language foreign key to the LANGUAGE table. For a list of language components, see the LANGUAGE table.
DESCRIPTIONVARCHAR (254)The name for the account policy.
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>PLCYACCT_ID+LANGUAGE_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_597LANGUAGE_IDLANGUAGELANGUAGE_IDCascade
F_598PLCYACCT_IDPLCYACCTPLCYACCT_IDCascade