POQ_REMOVED_QUESTIONS
POQ_REMOVED_QUESTIONS stores all the questions that are removed from the questionnaire while customizing the questionnaire for a given initiative. The removed questions can be restored back into the questionnaire before the initiative is launched. Since questionnaire cannot be customized after the launch, removed questions are deleted from this table after launch.
Details
-
Schema: FUSION
-
Object owner: POQ
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
POQ_REMOVED_QUESTIONS_PK |
QUESTNAIRE_QUESTION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| QUESTNAIRE_QUESTION_ID | NUMBER | 18 | Yes | Questionnaire question id removed from questionnaire. | |
| 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 | Questionnaire id to which this removed question belongs to. | |
| QUESTION_ID | NUMBER | 18 | Yes | Question identifier of the removed 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_REMOVED_QUESTIONS | poq_questnaires_b | QUESTNAIRE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| POQ_REMOVED_QUESTIONS_N1 | Non Unique | FUSION_TS_TX_DATA | QUESTNAIRE_ID, QUESTION_ID |
| POQ_REMOVED_QUESTIONS_U1 | Unique | Default | QUESTNAIRE_QUESTION_ID |