This table stores information about the
relationship between the Calculation Framework and the promotion
standalone infrastructure. Each calculation code matches one
promotion in the PX_PROMOTION table.
Column Descriptions:
Name | Type | Description |
PX_PROMOTION_ID | INTEGER NOT NULL | Foreign key to the PX_PROMOTION table. This is
the promotion specific object. |
CALCODE_ID | INTEGER NOT NULL | Foreign key to reference the CALCODE table. This
identifies the associated calculation framework object. |
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+CALCODE_ID | Primary Key |
I0000410 | PX_PROMOTION_ID | Non-Unique Index |
I0000411 | CALCODE_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_1058 | PX_PROMOTION_ID | PX_PROMOTION | PX_PROMOTION_ID | Cascade |
F_1059 | CALCODE_ID | CALCODE | CALCODE_ID | Cascade |