This table holds the relationship of the
personalized attributes in the RFQ and the response.
Column Descriptions:
| Name | Type | Description |
| RFQRSPPARL_ID | BIGINT NOT NULL | The internal reference number of the RFQ and
Response personalized attributes relationship. |
| RFQ_ID | BIGINT NOT NULL | The internal reference number of the RFQ. |
| RFQRSP_ID | BIGINT NOT NULL | The internal reference number of the RFQ
response. |
| RFQPATTRVALUE_ID | BIGINT NOT NULL | The internal reference number of the RFQ
Personalized Attribute Value. |
| RFQRSPPATTRVAL_ID | BIGINT | The internal reference number of the RFQ response
Personalized Attribute Value. |
| 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> | RFQRSPPARL_ID | Primary Key |
| I0000359 | RFQPATTRVALUE_ID | Non-Unique Index |
| I0000730 | RFQ_ID | Non-Unique Index |
| I0000731 | RFQRSP_ID | Non-Unique Index |
| I0000732 | RFQRSPPATTRVAL_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_990 | RFQRSPPATTRVAL_ID | PATTRVALUE | PATTRVALUE_ID | Cascade |
| F_991 | RFQRSP_ID | RFQRSP | RFQRSP_ID | Cascade |
| F_992 | RFQ_ID | RFQ | RFQ_ID | Cascade |
| F_993 | RFQPATTRVALUE_ID | PATTRVALUE | PATTRVALUE_ID | Cascade |