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


TABLE: OTA.OTA_QBANK_QUESTIONS

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


This table acts as a bridge table between OTA_QUESTION_BANKS and OTA_QUESTIONS because of the N:N relation that could be specified between the two entities.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OTA_QBANK_QUESTIONS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnQUESTION_BANK_ID
ColumnQUESTION_ID
OTA_QBANK_QUESTIONS_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnQUESTION_ID
Columns
Name Datatype Length Mandatory Comments
QUESTION_BANK_ID NUMBER (15) Yes Foreign Key to OTA_QUESTION_BANKS
QUESTION_ID NUMBER (15) Yes Foreign key to OTA_QUESTIONS
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign Key to HR_ALL_ORGANIZATION_UNITS.
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 QUESTION_BANK_ID
,      QUESTION_ID
,      BUSINESS_GROUP_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM OTA.OTA_QBANK_QUESTIONS;

Dependencies

[top of page]

OTA.OTA_QBANK_QUESTIONS does not reference any database object

OTA.OTA_QBANK_QUESTIONS is referenced by following:

SchemaAPPS
SynonymOTA_QBANK_QUESTIONS
TriggerOTA_QBANK_QUESTIONS_WHO