POQ_RESP_REPOSITORY_VALUES
POQ_RESP_REPOSITORY_VALUES stores the response value, which could be a date, text or number value, to a given question from a supplier. For question of type multiple choice multiple selections, an entry is created in this table for each of the multiple choice selection from supplier.
Details
-
Schema: FUSION
-
Object owner: POQ
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
POQ_RESP_REPOSITORY_VALUES_PK |
RESP_REPOSITORY_VALUE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
RESP_REPOSITORY_VALUE_ID | NUMBER | 18 | Yes | Internal system identifier for a qualification response details. | |
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
RESPONSE_REPOSITORY_ID | NUMBER | 18 | Yes | Identifier of the qualification response. | |
RESPONSE_VALUE_TXT | VARCHAR2 | 4000 | The text of a manually entered question response value. | ||
RESPONSE_VALUE_DATE | DATE | Response value for a question setup with response type as date. | |||
RESPONSE_VALUE_DATETIME | TIMESTAMP | Response value for a question setup with response type as date and time. | |||
RESPONSE_VALUE_NUM | NUMBER | The numeric value of a manually entered question response. | |||
ACC_RESPONSE_ID | NUMBER | 18 | Identifier of the acceptable response. | ||
ACC_RESPONSE_TEXT | VARCHAR2 | 1000 | The text of a manually entered acceptable response value. | ||
CRITICAL_RESPONSE_FLAG | VARCHAR2 | 1 | Specifies whether a response is critical for evaluation. | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
POQ_RESP_REPOSITORY_VALUES | poq_response_repository | RESPONSE_REPOSITORY_ID |
POQ_RESP_REPOSITORY_VALUES | poq_ques_acc_responses_b | ACC_RESPONSE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
POQ_RESP_REPOSITORY_VALUES_PK | Unique | FUSION_TS_TX_DATA | RESP_REPOSITORY_VALUE_ID |
POQ_RESP_REPOS_VALUES_N1 | Non Unique | Default | RESPONSE_REPOSITORY_ID, ACC_RESPONSE_ID |