PRCORSNDSC

Price Override Reason Description - This table stores the language-dependent description of the price override reason codes.

Column Descriptions:

NameTypeDescription
PRCORSN_IDINTEGER NOT NULLThe system ID to link to the parent table
LANGUAGE_IDINTEGER NOT NULLThe language for which this information applies. For a list of language components, see the LANGUAGE table.
DESCRIPTIONVARCHAR (254)The translated description of the override reason for the specified language in the LANGUAGE_ID column.
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>PRCORSN_ID+LANGUAGE_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_1233PRCORSN_IDPRCORSNPRCORSN_IDCascade
F_1234LANGUAGE_IDLANGUAGELANGUAGE_IDCascade