FFS_SURVEY_TAKE
Describes how a particular person passed survey.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_SURVEY_TAKE_PK |
TAKE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
TAKE_ID | NUMBER | 10 | Yes | Id Of Survey Take.Post Appointment Survey functionality will be removed soon. | |
SURVEY_ID | NUMBER | 10 | Yes | Post Appointment Survey functionality will be removed soon. | |
RUN_ID | NUMBER | 8 | Yes | Post Appointment Survey functionality will be removed soon. | |
USER_ID | NUMBER | 18 | Yes | Post Appointment Survey functionality will be removed soon. | |
RESOURCE_ID | NUMBER | 10 | Yes | Identifier of the resource the survey is created for. | |
ACTIVITY_ID | NUMBER | 10 | Yes | Identifier of the activity the survey is taken for. | |
MESSAGE_ID | NUMBER | 10 | Post Appointment Survey functionality will be removed soon. | ||
STATUS | VARCHAR2 | 9 | Post Appointment Survey functionality will be removed soon. | ||
START_DATE | TIMESTAMP | Post Appointment Survey functionality will be removed soon. | |||
DUE | TIMESTAMP | Post Appointment Survey functionality will be removed soon. | |||
END | TIMESTAMP | Post Appointment Survey functionality will be removed soon. | |||
INTERFACE | NUMBER | 10 | Yes | Group of screens or a module the corresponding action has been invoked from. | |
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_TAKE_N1 | Non Unique | DATA | MESSAGE_ID |
FFS_SURVEY_TAKE_N2 | Non Unique | DATA | RESOURCE_ID |
FFS_SURVEY_TAKE_N3 | Non Unique | DATA | STATUS |
FFS_SURVEY_TAKE_N4 | Non Unique | DATA | USER_ID |
FFS_SURVEY_TAKE_PK | Unique | DATA | TAKE_ID |