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


TABLE: OTA.OTA_EVALUATIONS

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


This table stores the Evaluation associated with a course and also a default Evaluation for a class. The Evaluation is a type of test. The is foreign key to Test ID.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
EVALUATION_ID NUMBER (15)
Id of the evaluation test object. Foreign key to OTA_TESTS.
EVAL_MANDATORY_FLAG VARCHAR2 (1) Yes Indicates if Evaluation is mandatory for learners to complete the course.
OBJECT_ID NUMBER
Yes Id of the object with which the evaluation is associated. For example, activity_version_id or event_id.
OBJECT_TYPE VARCHAR2 (30) Yes Type of the object the evaluation is associated with. 'A' for course, 'E' for Class.
DFLT_CLASS_EVAL_ID NUMBER

Stores Evaluation which will be created automatically when classes are created under this course.
START_DATE_ACTIVE DATE

Start Date when the Evaluation become active. However, not currently being used.
END_DATE_ACTIVE DATE

Date when the Evaluation becomes inactive. However, not currently being used.
OBJECT_VERSION_NUMBER NUMBER
Yes Version control parameter
CREATED_BY NUMBER

Standard Who Column
CREATION_DATE DATE

Standard Who Column
LAST_UPDATE_DATE DATE

Standard Who Column
LAST_UPDATED_BY NUMBER

Standard Who Column
LAST_UPDATE_LOGIN NUMBER

Standard Who Column
Query Text

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


SELECT EVALUATION_ID
,      EVAL_MANDATORY_FLAG
,      OBJECT_ID
,      OBJECT_TYPE
,      DFLT_CLASS_EVAL_ID
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM OTA.OTA_EVALUATIONS;

Dependencies

[top of page]

OTA.OTA_EVALUATIONS does not reference any database object

OTA.OTA_EVALUATIONS is referenced by following:

SchemaAPPS
SynonymOTA_EVALUATIONS
TriggerOTA_EVALUATIONS_WHO