FFS_SURVEY_QUESTION_COND
Contains conditions for showing questions to a person.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
| Name | Columns |
|---|---|
|
FFS_SURVEY_QUESTION_COND_PK |
CONDITION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CONDITION_ID | NUMBER | 8 | Yes | Id of survey questions conditions. | |
| QUESTION_ID | NUMBER | 8 | Yes | Post Appointment Survey functionality will be removed soon. | |
| FIELD | VARCHAR2 | 1020 | Name of a standard field this condition is to be applied to. Or, the 'property' string is used for the case when this condition is related to a custom property. | ||
| PROPERTY_ID | NUMBER | 10 | Post Appointment Survey functionality will be removed soon. | ||
| VALUE | VARCHAR2 | 1020 | Post Appointment Survey functionality will be removed soon. | ||
| CONDITION | VARCHAR2 | 11 | Post Appointment Survey functionality will be removed soon. | ||
| COMPARISON | VARCHAR2 | 8 | Post Appointment Survey functionality will be removed soon. | ||
| SORTING_ORDER | NUMBER | 10 | Post Appointment Survey functionality will be removed soon. | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FFS_SURVEY_QUESTION_COND_PK | Unique | DATA | CONDITION_ID |