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


TABLE: OTA.OTA_PERFORMANCES

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


Whenever a learner plays a learning object, the performance record may be updated.
After a learner has first completed a learning object, the status in the performance record will always be completed, even if a learner does not complete it during a subsequent attempt.
After a learner has first passed a test, the status in the performance record will always be passed, even if a learner fails it during a subsequent attempt.
The mastery score defines the score that learners must obtain in order to pass the test.
The attempt id points to the attempt record that last updated the performance record.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OTA_PERFORMANCES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERFORMANCE_ID
OTA_PERFORMANCES_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLEARNING_OBJECT_ID
OTA_PERFORMANCES_FK2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnATTEMPT_ID
OTA_PERFORMANCES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnUSER_ID
ColumnUSER_TYPE
Columns
Name Datatype Length Mandatory Comments
PERFORMANCE_ID NUMBER (15) Yes The system generated surrogatekey for this performance.
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign Key to HR_ALL_ORGANIZATION_UNITS
USER_ID NUMBER (15) Yes Determine ID of the learner who created this performance.
LEARNING_OBJECT_ID NUMBER (15) Yes Foreign key to OTA_LEARNING_OBJECTS. This is mandatory for offerings with an online delivery mode
LESSON_STATUS VARCHAR2 (30) Yes Determine status of the lesson.
SCORE NUMBER
Yes Determine score of the lesson.
TIME NUMBER
Yes Determine how long it is taken for the lesson.
LOCATION VARCHAR2 (2000)
Determin the Location of the lesson.
COMPLETED_DATE DATE

Determine when the lesson is completed.
SOURCE VARCHAR2 (30)
Determine the where is the lesson originated from.
OVERRIDDEN_BY NUMBER (15)
Determine who overwrite the record.
OVERRIDDEN_DATE DATE

Determin when the record is overridden.
ATTEMPT_ID NUMBER (15)
Foreign key to OTA_ATTEMPTS.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Version control parameter.
USER_TYPE VARCHAR2 (30) Yes Determine whether the user is external or internal. 'C' if USER_ID is a PARTY_ID, 'E' if it is a PERSON_ID
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
CERT_PRD_ENROLLMENT_ID NUMBER (15)
Foreign key to OTA_CERT_PRD_ENROLLMENTS.
Query Text

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


SELECT PERFORMANCE_ID
,      BUSINESS_GROUP_ID
,      USER_ID
,      LEARNING_OBJECT_ID
,      LESSON_STATUS
,      SCORE
,      TIME
,      LOCATION
,      COMPLETED_DATE
,      SOURCE
,      OVERRIDDEN_BY
,      OVERRIDDEN_DATE
,      ATTEMPT_ID
,      OBJECT_VERSION_NUMBER
,      USER_TYPE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CERT_PRD_ENROLLMENT_ID
FROM OTA.OTA_PERFORMANCES;

Dependencies

[top of page]

OTA.OTA_PERFORMANCES does not reference any database object

OTA.OTA_PERFORMANCES is referenced by following:

SchemaAPPS
SynonymOTA_PERFORMANCES
TriggerOTA_PERFORMANCES_WHO