WebSphere Commerce database table: PRCORSNDSC
Price Override Reason Description - This table stores the language-dependent description of the price override reason codes.
Column Descriptions
Column Name
| Column Type
| Description |
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.
|
Indexes
Index Name
| Indexed Column Names
| Index Type |
SQL060903235235290
| PRCORSN_ID+LANGUAGE_ID
| Primary Key
|
Constraints
Constraint Name
| Column Names
| Foreign Table Name
| Foreign Column Names
| Constraint Type |
F_1234
| LANGUAGE_ID
| LANGUAGE
| LANGUAGE_ID
| Cascade
|
F_1233
| PRCORSN_ID
| PRCORSN
| PRCORSN_ID
| Cascade
|