PSC_COM_CC_WEBFORM

This table is contains webform data.

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

PSC_COM_CC_WEBFORM_PK

WEBFORM_ID

Columns

Name Datatype Length Precision Not-null Comments
WEBFORM_ID NUMBER 18 Yes System generated unique Id to identify a webform.
AGENCY_ID NUMBER 8 Yes Agency ID for the corresponding webform.
LOG_MESSAGE_ID NUMBER 18 Yes Log Identifier. Foreign Key to PSC_COM_CC_LOG_MESSAGES.LOG_MESSAGE_ID
QUESTION VARCHAR2 1000 Yes Question that was asked in the webform.
ANSWER_TYPE VARCHAR2 15 Yes Type of answer expected for the question.
ANSWER_TEXT VARCHAR2 1000 Text based answer entered for the question.
ANSWER_NUMBER NUMBER 18 Number based answer entered for the question.
ANSWER_DATE DATE Date based answer entered for the question.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
PSC_COM_CC_WEBFORM psc_com_cc_log_messages LOG_MESSAGE_ID
psc_com_cc_wf_attach psc_com_cc_webform WEBFORM_ID

Indexes

Index Uniqueness Tablespace Columns
PSC_COM_CC_WEBFORM_FK1 Non Unique Default LOG_MESSAGE_ID
PSC_COM_CC_WEBFORM_PK Unique Default WEBFORM_ID