This table contains obsolete promotion information
for auditing purpose.
Column Descriptions:
| Name | Type | Description |
| PX_PROMOTION_ID | INTEGER NOT NULL | Foreign key to PX_PROMOTION table |
| VERSION | INTEGER NOT NULL | The version of this promotion. |
| REVISION | INTEGER NOT NULL | The revision of this promotion |
| XMLPARAM | CLOB (3000000) NOT NULL | The promotion rule xml |
| 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> | PX_PROMOTION_ID+VERSION+REVISION | Primary Key |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_3545 | PX_PROMOTION_ID | PX_PROMOTION | PX_PROMOTION_ID | Cascade |