DBA Data[Home] [Help]

APPS.OTA_UTQ_UTIL dependencies on OTA_UTEST_QUESTIONS

Line 12: update ota_utest_questions

8: function create_existing_test(p_test_id ota_tests.test_id%type, p_new_attempt_id ota_attempts.attempt_id%type,
9: p_last_attempt_id ota_attempts.attempt_id%type) return number is
10: p_update_count Number :=0;
11: begin
12: update ota_utest_questions
13: set attempt_id = p_new_attempt_id
14: where
15: attempt_id = p_last_attempt_id;
16: p_update_count := SQL%ROWCOUNT;