This table contains promotion element
information.
Column Descriptions:
| Name | Type | Description |
| PX_ELEMENT_ID | BIGINT NOT NULL | Primary key of the table. |
| PX_PROMOTION_ID | INTEGER NOT NULL | Primary key of the table. |
| NAME | VARCHAR (254) NOT NULL | Name to identify the element. |
| TYPE | VARCHAR (254) NOT NULL | Type of the element. |
| SUBTYPE | VARCHAR (254) | Subtype of the element. |
| PARENT | VARCHAR (254) | Parent name of the element. |
| SEQUENCE | DOUBLE NOT NULL DEFAULT 0 | Sequence number. |
| 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_ELEMENT_ID | Primary Key |
| I0001201 | PX_PROMOTION_ID+NAME | Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_3546 | PX_PROMOTION_ID | PX_PROMOTION | PX_PROMOTION_ID | Cascade |
Referenced By Child Tables:
| Constraint | Columns | Child Table | Child Columns | Type |
| F_3547 | PX_ELEMENT_ID | PX_ELEMENTNVP | PX_ELEMENT_ID | Cascade |