This table is deprecated and is provided for
backward compatibility only.
Column Descriptions:
Name | Type | Description |
PX_PROMO_ID_FROM | INTEGER NOT NULL | In a promotion to promotion relationship, this is
the "from" end of the the relationship. |
PX_PROMO_ID_TO | INTEGER NOT NULL | In a promotion to promotion relationship, this is
the "to" end of the relationship. |
RELATION | SMALLINT NOT NULL | The type of relationship between the two
promotions. Possible values include:
1: The promotions are mutually exclusive
2: The "from" promotion excludes the "to" promotion.
3: The promotions can be combined.
The default value is 1. |
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 |
I0000421 | PX_PROMO_ID_FROM | Non-Unique Index |
I0000422 | PX_PROMO_ID_TO | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_1078 | PX_PROMO_ID_FROM | PX_PROMOTION | PX_PROMOTION_ID | Cascade |
F_1079 | PX_PROMO_ID_TO | PX_PROMOTION | PX_PROMOTION_ID | Cascade |