WebSphere Commerce database table: PRCORSNDSC

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


Column Description(s):
Column NameColumn TypeDescription
PRCORSN_ID INTEGER NOT NULL The system ID to link to the parent table
LANGUAGE_ID INTEGER NOT NULL The language for which this information applies. For a list of language components, see the LANGUAGE table.
DESCRIPTION VARCHAR(254) The translated description of the override reason for the specified language in the LANGUAGE_ID column.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031258130 PRCORSN_ID+LANGUAGE_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_1234 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade
F_1233 PRCORSN_ID PRCORSN PRCORSN_ID Cascade

Feedback