This table relates master catalogs with trading position containers. Each catalog entry belonging to the indicated master catalog must have a standard price offer supplied for the specified trading position container.
Column Description(s):
Column Name | Column Type | Description |
CATALOG_ID |
BIGINT NOT NULL |
The reference number of the catalog. |
CATGROUP_ID |
BIGINT NOT NULL DEFAULT 0 |
Reserved for IBM internal use. |
TRADEPOSCN_ID |
BIGINT NOT NULL |
The reference number of the trading position container. |
STORE_ID |
INTEGER NOT NULL DEFAULT 0 |
The reference number of the store to which this trading position container relationship refers. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031210550 |
CATALOG_ID+CATGROUP_ID+TRADEPOSCN_ID+STORE_ID |
Primary Key |
I0000529 |
TRADEPOSCN_ID |
Non-Unique Index |
I0000530 |
STORE_ID |
Non-Unique Index |
I0000531 |
CATGROUP_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_228 |
CATALOG_ID |
CATALOG |
CATALOG_ID |
Cascade |
F_229 |
CATGROUP_ID |
CATGROUP |
CATGROUP_ID |
Cascade |
F_945 |
STORE_ID |
STORE |
STORE_ID |
Cascade |
F_227 |
TRADEPOSCN_ID |
TRADEPOSCN |
TRADEPOSCN_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.