Price Override Reason Description - This table
stores the language-dependent description of the price override
reason codes.
Column Descriptions:
Name | 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 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | PRCORSN_ID+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_1233 | PRCORSN_ID | PRCORSN | PRCORSN_ID | Cascade |
F_1234 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |