The usage types of a trading position container for
a store entity.
Column Descriptions:
Name | Type | Description |
STTPCUSG_ID | INTEGER NOT NULL | Store TPC usage id. |
IDENTIFIER | VARCHAR (64) NOT NULL | Store TPC usage meaningful identifier. |
DESCRIPTION | VARCHAR (254) | Store TPC usage description. |
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> | STTPCUSG_ID | Primary Key |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_3675 | STTPCUSG_ID | STORETPC | STTPCUSG_ID | Cascade |