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


TABLE: OTA.OTA_TEST_QUESTIONS

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


This table stores acts as a bridge table between the OTA_TEST_SECTIONS and OTA_QUESTIONS table for test which have a type_flag set to S( Pre Selected)test. This stores which questions will be displayed under which test sections.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Unique Key: OTA_TEST_QUESTIONS_UK1
  1. ColumnTEST_ID
  2. ColumnQUESTION_BANK_ID
  3. ColumnQUESTION_ID
Indexes
Index Type Uniqueness Tablespace Column
OTA_TEST_QUESTIONS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEST_QUESTION_ID
OTA_TEST_QUESTIONS_UK1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEST_ID
ColumnQUESTION_BANK_ID
ColumnQUESTION_ID
OTA_TEST_QUESTIONS_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnQUESTION_ID
OTA_TEST_QUESTIONS_FK2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnQUESTION_BANK_ID
OTA_TEST_QUESTIONS_FK3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSECTION_ID
Columns
Name Datatype Length Mandatory Comments
TEST_QUESTION_ID NUMBER (15) Yes The system generated surrogatekey for this test question.
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign Key to HR_ALL_ORGANIZATION_UNITS.
TEST_ID NUMBER (15) Yes Foreign Key to OTA_TESTS.
SECTION_ID NUMBER (15) Yes Foreign Key to OTA_TEST_SECTIONS.
QUESTION_ID NUMBER (15) Yes Foreign Key to OTA_QUESTIONS.
QUESTION_BANK_ID NUMBER (15) Yes Foreign Key to OTA_QUESTION_BANKS.
SEQUENCE NUMBER (10) Yes Sequence in which the questions should be ordered within a section. This order is only relevant if the display_order_flag on the test section is set to S.
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 TEST_QUESTION_ID
,      BUSINESS_GROUP_ID
,      TEST_ID
,      SECTION_ID
,      QUESTION_ID
,      QUESTION_BANK_ID
,      SEQUENCE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM OTA.OTA_TEST_QUESTIONS;

Dependencies

[top of page]

OTA.OTA_TEST_QUESTIONS does not reference any database object

OTA.OTA_TEST_QUESTIONS is referenced by following:

SchemaAPPS
SynonymOTA_TEST_QUESTIONS
TriggerOTA_TEST_QUESTIONS_WHO