DBA Data[Home] [Help]

APPS.OTA_INITIALIZATION_WF dependencies on OTA_ATTEMPTS

Line 1499: from ota_learning_objects olb, ota_attempts oa

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