[Home] [Help]
1609: LOOP
1610: --Delete scorm performances for the passed objective_id
1611: FOR scorm_attempt_rec IN csr_scorm_attempt(attempt_rec.attempt_id)
1612: LOOP
1613: DELETE FROM OTA_SCORM_OBJ_PERFS
1614: WHERE objective_id = scorm_attempt_rec.objective_id;
1615:
1616: --Delete the fetched scorm attempt
1617: DELETE FROM OTA_SCORM_OBJ_ATTEMPTS