[Home] [Help]
[Dependency Information]
Object Name: | OTA_PERFORMANCES |
---|---|
Object Type: | TABLE |
Owner: | OTA |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OTA_PERFORMANCES_PK | NORMAL | UNIQUE |
![]() |
![]() |
OTA_PERFORMANCES_FK1 | NORMAL | NONUNIQUE |
![]() |
![]() |
OTA_PERFORMANCES_FK2 | NORMAL | NONUNIQUE |
![]() |
![]() |
OTA_PERFORMANCES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
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. |
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;
OTA.OTA_PERFORMANCES does not reference any database object
OTA.OTA_PERFORMANCES is referenced by following:
|
|
|