This table holds the target stores for RFQs.
Column Descriptions:
| Name | 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 | 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> | STORE_ID+RFQ_ID | Primary Key |
| I0000358 | RFQ_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_1020 | STORE_ID | STORE | STORE_ID | Cascade |
| F_1021 | RFQ_ID | RFQ | RFQ_ID | Cascade |