POQ_QUAL_RESPONSES

POQ_QUAL_RESPONSES stores the responses associated with supplier qualification questions.

Details

  • Schema: FUSION

  • Object owner: POQ

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

POQ_QUAL_RESPONSES_PK

QUAL_RESPONSE_ID

Columns

Name Datatype Length Precision Not-null Comments
QUAL_RESPONSE_ID NUMBER 18 Yes Unique identifier for a response to a question on a qualification.
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.
QUALIFICATION_ID NUMBER 18 Qualification identifier indicating which qualification a response to a question is associated with.
QUESTION_ID NUMBER 18 Identifier of a question for which resposnse is stored.
RESPONSE_REPOSITORY_ID NUMBER 18 Unique identifier of a resposne from response repository.
QUESTION_RESP_SCORE NUMBER The calculated response score of parent questions in a qualification.
QUESTION_RESP_NOTES VARCHAR2 1000 Note added by the evaluation team member for each parent question in the qualification.
REASSIGNED_WEIGHT NUMBER The reassigned weight of the question in a qualification when one of the questions in the qualification is given a response that is excluded from scoring.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of 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_QUAL_RESPONSES poq_qualifications QUALIFICATION_ID
POQ_QUAL_RESPONSES poq_questions_b QUESTION_ID
POQ_QUAL_RESPONSES poq_response_repository RESPONSE_REPOSITORY_ID

Indexes

Index Uniqueness Tablespace Columns
POQ_QUAL_RESPONSES_N1 Non Unique Default RESPONSE_REPOSITORY_ID
POQ_QUAL_RESPONSES_PK Unique Default QUAL_RESPONSE_ID
POQ_QUAL_RESPONSES_U1 Unique Default QUALIFICATION_ID, QUESTION_ID