Contains the promotion group information.
Column Descriptions:
Name | Type | Description |
PX_GROUP_ID | INTEGER NOT NULL | The promotion group ID. This is a primary
key. |
STOREENT_ID | INTEGER NOT NULL | Foreign key to the STOREENT table. This is the
store to which this promotion group belongs. |
STATUS | SMALLINT NOT NULL DEFAULT 1 | The current status of the group. Possible values
include:
0: active
1: inactive
2: deleted
The default value is 1. |
GRPNAME | VARCHAR (128) NOT NULL | The name of the promotion group. |
XMLPARAM | CLOB (1000000) | The XML definition of this group. |
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 | Primary Key |
I0000386 | STOREENT_ID+GRPNAME | Unique Index |
I0000394 | STOREENT_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_1042 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_1044 | PX_GROUP_ID | PX_GRPPOLICY | PX_GROUP_ID | Cascade |
F_1046 | PX_GROUP_ID | PX_PROMOTION | PX_GROUP_ID | Cascade |
F_1083 | PX_GROUP_ID | PX_TPLTGRP | PX_GROUP_ID | Cascade |