POQ_REPOS_SURVEY_RESP_VALUES

POQ_REPOS_SURVEY_RESP_VALUES stores the response value, which could be a date, text or number value, to a given question from an Internal Responder in a Survey. For question of type multiple choice multiple selections, an entry is created in this table for each of the multiple choice selection from the Internal Responder.

Details

  • Schema: FUSION

  • Object owner: POQ

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

POQ_REPOS_SURVEY_RESP_VALS_PK

REPOS_SURVEY_RESP_VALUE_ID

Columns

Name Datatype Length Precision Not-null Comments
REPOS_SURVEY_RESP_VALUE_ID NUMBER 18 Yes Internal system identifier for an individual internal responder's response details.
REPOS_SURVEY_RESPONSE_ID NUMBER 18 Yes Identifier of the Survey Responses of Internal Responder.
RESPONSE_VALUE_TEXT 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.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
POQ_REPOS_SURVEY_RESP_VALS_N1 Non Unique Default REPOS_SURVEY_RESPONSE_ID, ACC_RESPONSE_ID
POQ_REPOS_SURVEY_RESP_VALS_PK Unique Default REPOS_SURVEY_RESP_VALUE_ID