DBA Data[Home] [Help]

APPS.OTA_INITIALIZATION_WF dependencies on OTA_ATTEMPTS

Line 1497: from ota_learning_objects olb, ota_attempts oa

1493:
1494: cursor get_test_info is
1495: select olb.name,oa.raw_score,oa.time
1496: -- ,oa.event_id
1497: from ota_learning_objects olb, ota_attempts oa
1498: where olb.learning_object_id = oa.learning_object_id
1499: -- and oa.attempt_id = op.attempt_id
1500: and oa.attempt_id =p_attempt_id;
1501: