POQ_QUESTNAIRE_ACC_RESPS
POQ_QUESTNAIRE_ACC_RESPS stores various question acceptable responses included in a questionnaire along with the sequence of the acceptable responses at the time that the questionnaire is launched.
Details
-
Schema: FUSION
-
Object owner: POQ
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
POQ_QUESTNAIRE_ACC_RESPS_PK |
QUESTNAIRE_ACC_RESPONSE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
QUESTNAIRE_ACC_RESPONSE_ID | NUMBER | 18 | Yes | Unique identifier for questionnaire acceptable response. | |
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. | |
QUESTNAIRE_ID | NUMBER | 18 | Yes | Unique identifier for questionnaire. | |
QUESTION_ID | NUMBER | 18 | Yes | Unique identifier for question. | |
DISPLAY_SEQUENCE | NUMBER | 9 | Yes | Specifies the order in which the acceptable responses should be displayed to the responder on a questionnaire for this specific question. | |
DISPLAY_NUMBER | VARCHAR2 | 5 | Yes | Specifies the display number for the acceptable response that will be shown on a questionnaire for this specific question. | |
ACC_RESPONSE_ID | NUMBER | 18 | Yes | Unique identifier for question acceptable response. | |
HAS_BRANCHING_FLAG | VARCHAR2 | 1 | Specifies whether the acceptable response has a questionnaire question branching question. | ||
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_QUESTNAIRE_ACC_RESPS | poq_questnaires_b | QUESTNAIRE_ID |
POQ_QUESTNAIRE_ACC_RESPS | poq_questions_b | QUESTION_ID |
POQ_QUESTNAIRE_ACC_RESPS | poq_ques_acc_responses_b | ACC_RESPONSE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
POQ_QUESTNAIRE_ACC_RESPS_PK | Unique | Default | QUESTNAIRE_ACC_RESPONSE_ID |
POQ_QUESTNAIRE_ACC_RESPS_U1 | Unique | Default | QUESTNAIRE_ID, QUESTION_ID, DISPLAY_SEQUENCE |