Each row of this table represents a price rule
element template group. An element template group includes one or
more element templates which have the similar attributes and
behaviors. For example, both category condition and customer
segment condition are under the same template group
(condition).
Column Descriptions:
Name | Type | Description |
PRELETPLTGRP_ID | BIGINT NOT NULL | Generated Key |
IDENTIFIER | VARCHAR (64) NOT NULL | The identifier of the price rule element template
group. |
DESCRIPTION | VARCHAR (254) | A description of the price rule element template
group. |
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> | PRELETPLTGRP_ID | Primary Key |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_3631 | PRELETPLTGRP_ID | PRELETEMPLATE | PRELETPLTGRP_ID | Cascade |