POQ_RULE_AREA_QUESTIONS

POQ_RULE_AREA_QUESTIONS contains the original qualification area id s that are to be shown in the questionnaire when a rule condition is met. The latest revision -at the time of creation of questionnaire -of the qualification area are to be used.

Details

  • Schema: FUSION

  • Object owner: POQ

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

POQ_RULE_AREA_QUESTIONS_PK

RULE_AREA_QUESTION_ID

Columns

Name Datatype Length Precision Not-null Comments Status
RULE_AREA_QUESTION_ID NUMBER 18 Yes System-generated unique 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.
RULE_ID NUMBER 18 Yes Rule id identifier. Foreign key reference to the POQ_RULES table.
DISPLAY_SEQUENCE NUMBER 9 Yes Specifies the display sequence of the question or qualification area when a given rule condition is met. This is used when the questionnaire is generated.
ORIGINAL_QUESTION_ID NUMBER 18 This column is addded for future use. Obsolete
ORIGINAL_QUAL_AREA_ID NUMBER 18 For rule type QUALIFICATION AREA, stores the original_qual_area_id of the qualification area selected to be displayed to the user.
ORIGINAL_QUAL_MODEL_ID NUMBER 18 For rule type QUALIFICATION MODEL, stores the original_qual_model_id of the qualification model selected to be displayed to the user.
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_RULE_AREA_QUESTIONS poq_rules RULE_ID

Indexes

Index Uniqueness Tablespace Columns
POQ_RULE_AREA_QUESTIONS_PK Unique Default RULE_AREA_QUESTION_ID
POQ_RULE_AREA_QUESTIONS_U2 Unique Default RULE_ID, DISPLAY_SEQUENCE, RULE_AREA_QUESTION_ID