DBA Data[Home] [Help] [Dependency Information]


TABLE: OTA.OTA_RESPONSE_TYPES

Object Details
Object Name: OTA_RESPONSE_TYPES
Object Type: TABLE
Owner: OTA
FND Design Data: TableOTA.OTA_RESPONSE_TYPES
Subobject Name:
Status: VALID


This table holds additional details regarding the question. At present there is a 1:1 relation between the OTA_QUESTIONS and OTA_RESPONSE_TYPES. The data model however is designed so that we can support hybrid question types. That functionality would be available in future release


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OTA_RESPONSE_TYPES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESPONSE_TYPE_ID
OTA_RESPONSE_TYPES_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnQUESTION_ID
Columns
Name Datatype Length Mandatory Comments
RESPONSE_TYPE_ID NUMBER (15) Yes The system generated surrogatekey for this response type.
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign Key to HR_ALL_ORGANIZATION_UNITS.
QUESTION_ID NUMBER (15) Yes Foreign Key to OTA_QUESTIONS.
TYPE_FLAG VARCHAR2 (1) Yes This defines the type of the questions. Five permissible values are F (Fill in the Blanks Text), B (Fill in the Blanks Numeric), T (True or False type Question) , S (Single Choice) , M (Multiple Choice).
SUGGESTED_POINTS NUMBER (15) Yes This defines the points that the question carries. If the test is a scored test, then the user would be awarded the points as specified. This is an integer col with values ranging from 0 to 100 points. For Multiple Correct Questions the user will be awarded the point only if all the respones that are correct are provided by the user. No partial points for incomplete answers is provided.
DISPLAY_ORDER_FLAG VARCHAR2 (1) Yes This specifies if the responses for the questions should be displayed in the sequence in which they were created or if there order should be randomized whenever the user takes the test. The acceptable values are R and S.
CORRECT_FEEDBACK VARCHAR2 (4000)
The feedback to be shown if the user specifies the correct answer. The feedback will only be shown depending upon the feedback_type set at the test level.
WRONG_FEEDBACK VARCHAR2 (4000)
The feedback to be shown if the user specifies the wrong answer. The feedback will only be shown depending upon the feedback_type set at the test level.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Version control parameter.
CREATED_BY NUMBER (15)
Standard Who Column
CREATION_DATE DATE

Standard Who Column
LAST_UPDATE_DATE DATE

Standard Who Column
LAST_UPDATED_BY NUMBER (15)
Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RESPONSE_TYPE_ID
,      BUSINESS_GROUP_ID
,      QUESTION_ID
,      TYPE_FLAG
,      SUGGESTED_POINTS
,      DISPLAY_ORDER_FLAG
,      CORRECT_FEEDBACK
,      WRONG_FEEDBACK
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM OTA.OTA_RESPONSE_TYPES;

Dependencies

[top of page]

OTA.OTA_RESPONSE_TYPES does not reference any database object

OTA.OTA_RESPONSE_TYPES is referenced by following:

SchemaAPPS
SynonymOTA_RESPONSE_TYPES
TriggerOTA_RESPONSE_TYPES_WHO