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


TABLE: OTA.OTA_UTEST_RESPONSES

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


When the test is assembled for the user, each response to all questions are created in this table. The table is updated as per the response by the user.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OTA_UTEST_RESPONSES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnUSER_TEST_RESPONSE_ID
OTA_UTEST_RESPONSES_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnQUESTION_ID
OTA_UTEST_RESPONSES_FK2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESPONSE_VALUE_ID
OTA_UTEST_RESPONSES_FK3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESPONSE_TYPE_ID
OTA_UTEST_RESPONSES_FK4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnUSER_TEST_QUESTION_ID
Columns
Name Datatype Length Mandatory Comments
USER_TEST_RESPONSE_ID NUMBER (15) Yes The system generated surrogatekey for this user test response.
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign Key to HR_ALL_ORGANIZATION_UNITS.
USER_TEST_QUESTION_ID NUMBER (15) Yes Foreign Key to OTA_UTEST_QUESTIONS.
QUESTION_ID NUMBER (15) Yes Foreign Key to OTA_QUESTIONS.
RESPONSE_VALUE_ID NUMBER (15) Yes Foreign Key to OTA_RESPONSE_VALUES.
RESPONSE_TYPE_ID NUMBER (15) Yes Foreign Key to OTA_RESPONSE_TYPES.
ANSWERED_FLAG VARCHAR2 (1) Yes Whether this is the response the user has specified.
TEXT VARCHAR2 (4000)
Response Text
CORRECT_FLAG VARCHAR2 (1) Yes Whether this is the correct response. Inherited from OTA_RESPONSE_VALUES at the time when the test is assembled.
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 USER_TEST_RESPONSE_ID
,      BUSINESS_GROUP_ID
,      USER_TEST_QUESTION_ID
,      QUESTION_ID
,      RESPONSE_VALUE_ID
,      RESPONSE_TYPE_ID
,      ANSWERED_FLAG
,      TEXT
,      CORRECT_FLAG
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM OTA.OTA_UTEST_RESPONSES;

Dependencies

[top of page]

OTA.OTA_UTEST_RESPONSES does not reference any database object

OTA.OTA_UTEST_RESPONSES is referenced by following:

SchemaAPPS
SynonymOTA_UTEST_RESPONSES
TriggerOTA_UTEST_RESPONSES_WHO