Reserved for HCL internal use.
Column Descriptions:
Name | Type | Description |
PX_TEMPLATE_ID | INTEGER NOT NULL | This value identifies an invocation template in
terms of participating promotion groups. This is a primary
key. |
STOREENT_ID | INTEGER NOT NULL | Foreign key to the STOREENT table. This
identifies the store to which this promotion invocation template
belongs. Invocation templates are scoped by store. |
NAME | VARCHAR (64) NOT NULL | The name of the invocation template. The
STOREENT_ID, plus the name, is a unique index. |
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_TEMPLATE_ID | Primary Key |
I0000420 | STOREENT_ID+NAME | Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_1081 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_1082 | PX_TEMPLATE_ID | PX_TPLTGRP | PX_TEMPLATE_ID | Cascade |