This table holds the target stores for RFQs.
Column Description(s):
Column Name | Column Type | Description |
STORE_ID |
INTEGER NOT NULL |
The identifier of the store that is being targeted. |
RFQ_ID |
BIGINT NOT NULL |
The internal reference number of the RFQ request. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031305690 |
STORE_ID+RFQ_ID |
Primary Key |
I0000358 |
RFQ_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1021 |
RFQ_ID |
RFQ |
RFQ_ID |
Cascade |
F_1020 |
STORE_ID |
STORE |
STORE_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.