POQ_QUESTNAIRE_QUESTIONS
POQ_QUESTNAIRE_QUESTIONS stores all the root level as well as branching questions included in each questionnaire. At the time of initiative launch, the questionnaire is frozen, and only the questions that are active at the time of launch are included in the questionnaire.
Details
-
Schema: FUSION
-
Object owner: POQ
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
POQ_QUESTNAIRE_QUESTIONS_PK |
QUESTNAIRE_QUESTION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
QUESTNAIRE_QUESTION_ID | NUMBER | 18 | Yes | Questionnaire question identifier | |
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_SECTION_ID | NUMBER | 18 | Yes | Section identifier in questionnaire | |
QUESTNAIRE_ID | NUMBER | 18 | Yes | Unique identifier for the questionnaire. | |
QUESTION_ID | NUMBER | 18 | Yes | Question identifier from poq_questions_b table. | |
DISPLAY_SEQUENCE | NUMBER | 9 | Yes | The display sequence of the question for the questionnaire. | |
DISPLAY_NUMBER | VARCHAR2 | 30 | The display number that will be shown on the questionnaire for each question. | ||
BRANCH_LEVEL | NUMBER | 9 | Indicates the level at which question is appearing in the questionnaire. | ||
PARENT_QUESTNAIRE_QUEST_ID | NUMBER | 18 | Parent questionnaire question identifier | ||
PARENT_QUESTION_ID | NUMBER | 18 | Parent question identifier of a question. | ||
PARENT_ACC_RESPONSE_ID | NUMBER | 18 | Parent acceptable response id on which question is based. | ||
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_QUESTIONS | poq_questnaires_b | QUESTNAIRE_ID |
POQ_QUESTNAIRE_QUESTIONS | poq_questnaire_sections_b | QUESTNAIRE_SECTION_ID |
POQ_QUESTNAIRE_QUESTIONS | poq_questions_b | QUESTION_ID |
poq_questnaire_responses | poq_questnaire_questions | QUESTNAIRE_QUESTION_ID |
Indexes
Index | Uniqueness | Tablespace | Columns | Status |
---|---|---|---|---|
POQ_QUESTNAIRE_QUESTIONS_F1 | Non Unique | Default | QUESTNAIRE_ID | |
POQ_QUESTNAIRE_QUESTIONS_F2 | Non Unique | Default | QUESTNAIRE_SECTION_ID | Obsolete |
POQ_QUESTNAIRE_QUESTIONS_N1 | Non Unique | Default | QUESTNAIRE_SECTION_ID, QUESTION_ID | |
POQ_QUESTNAIRE_QUESTIONS_PK | Unique | Default | QUESTNAIRE_QUESTION_ID |