This table is deprecated and is provided for
backward compatibility only.
Column Descriptions:
Name | Type | Description |
PX_CDPROMO_ID | BIGINT NOT NULL | Primary key. |
PX_CDPOOL_ID | BIGINT NOT NULL | Foreign key to PX_CDPOOL. |
PX_PROMOTION_ID | INTEGER NOT NULL | Foreign key to PX_PROMOTION. |
STATUS | SMALLINT NOT NULL DEFAULT 0 | 0: Inactive
1: Active |
LASTUPDATE | TIMESTAMP | Currently not in use. |
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_CDPROMO_ID | Primary Key |
I0001315 | PX_CDPOOL_ID+PX_PROMOTION_ID | Unique Index |
I0001316 | PX_PROMOTION_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_3606 | PX_PROMOTION_ID | PX_PROMOTION | PX_PROMOTION_ID | Cascade |
F_3607 | PX_CDPOOL_ID | PX_CDPOOL | PX_CDPOOL_ID | Cascade |