Price Override Reason - This table stores the
reason the merchant needed to override a system calculated
price.
Column Descriptions:
Name | Type | Description |
PRCORSN_ID | INTEGER NOT NULL | Generated unique key. |
STOREENT_ID | INTEGER NOT NULL | The StoreEntity in which the override reason is
used. |
MARKFORDELETE | INTEGER NOT NULL DEFAULT 0 | Indicates if this override reason has been marked
for deletion: 0 = No. 1 = Yes, this override reason has been marked
for deletion. |
CODE | VARCHAR (50) NOT NULL | Override reason code use for price and shipping
charge. The code can be used across multiple stores within the
instance. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | 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 | Primary Key |
I0000968 | STOREENT_ID+CODE | Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_1232 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_1233 | PRCORSN_ID | PRCORSNDSC | PRCORSN_ID | Cascade |