This table contains relationships between promotion
groups and promotion policies.
Column Descriptions:
Name | Type | Description |
PX_GROUP_ID | INTEGER NOT NULL | Foreign key to PX_GROUP table. |
PX_POLICY_ID | INTEGER NOT NULL | Foreign key to PX_POLICY table. |
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> | PX_GROUP_ID+PX_POLICY_ID | Primary Key |
I0000396 | PX_GROUP_ID | Non-Unique Index |
I0000397 | PX_POLICY_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_1044 | PX_GROUP_ID | PX_GROUP | PX_GROUP_ID | Cascade |
F_1045 | PX_POLICY_ID | PX_POLICY | PX_POLICY_ID | Cascade |