Price Override Reason Description - This table stores the language-dependent description of the price override reason codes.
Column Description(s):
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. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031258130 |
PRCORSN_ID+LANGUAGE_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1234 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
F_1233 |
PRCORSN_ID |
PRCORSN |
PRCORSN_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.