PLCYLCKDSC

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

Column Descriptions:

NameTypeDescription
PLCYACCLCK_IDBIGINT NOT NULLThe ID of the account lockout policy foreign key to the Account Lockout Policy table (PLCYACCTLCK).
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 of the account lockout 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>PLCYACCLCK_ID+LANGUAGE_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_601LANGUAGE_IDLANGUAGELANGUAGE_IDCascade
F_602PLCYACCLCK_IDPLCYACCLCKPLCYACCLCK_IDCascade