POQ_QNAIRE_RULE_ENTITY

POQ_QNAIRE_RULE_ENTITY stores questionnaire rule response sections during the supplier registration process.

Details

  • Schema: FUSION

  • Object owner: POQ

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

POQ_QNAIRE_RULE_ENTITY_PK

QUESTNAIRE_RULE_ENTITY_ID

Columns

Name Datatype Length Precision Not-null Comments
QUESTNAIRE_RULE_ENTITY_ID NUMBER 18 Yes Internal system identifier for a questionnaire rule entity.
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_RULE_ID NUMBER 18 Yes Internal system identifier for a questionnaire rule.
DISPLAY_SEQUENCE NUMBER 9 Yes Specifies the order of the entity on a questionnaire.
QUESTNAIRE_RESP_HEADER_ID NUMBER 18 Yes Internal system identifier for a questionnaire response header record.
QUESTNAIRE_RESP_SECTION_ID NUMBER 18 Yes Internal system identifier for a questionnaire response section.
QUESTNAIRE_RESPONSE_ID NUMBER 18 Internal system identifier for a questionnaire response.
ENTITY_ID NUMBER 18 Yes Internal system identifier for a qualification area.
DISPLAY_FLAG VARCHAR2 1 A flag to indicate if the response section is displayed during supplier registration.
ASSESSMENT_QUAL_AREA_FLAG VARCHAR2 1 Indicates whether this qualification area is assigned to the assessment during the registration flow. Event based initiatives will associate this qualification area with an assessment type initiative.
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_QNAIRE_RULE_ENTITY poq_qnaire_rules QUESTNAIRE_RULE_ID

Indexes

Index Uniqueness Tablespace Columns
POQ_QNAIRE_RULE_ENTITY_PK Unique Default QUESTNAIRE_RULE_ENTITY_ID
POQ_QNAIRE_RULE_ENTITY_U1 Unique Default QUESTNAIRE_RULE_ID, DISPLAY_SEQUENCE