This table holds the target stores for RFQ.
Column Name |
Column Type |
Column Description |
RFQ_ID |
BIGINT
NOT NULL |
The internal reference number of the RFQ request. |
STORE_ID |
INTEGER
NOT NULL |
The identifier of the store that being targeted. |
Indexes:
Index Name |
Indexed Column Names |
Index Type |
SQL030416035052690 |
STORE_ID, RFQ_ID |
Primary Key |
Constraints:
Constraint Name |
Column Names |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
F_1020 |
STORE_ID |
STORE |
STORE_ID |
Cascade |
F_1021 |
RFQ_ID |
RFQ |
RFQ_ID |
Cascade |
Referenced By:
Constraint Name |
Referenced Column Name |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
Not Applicable |
