DBA Data[Home] [Help]

APPS.OTA_UTQ_UTIL dependencies on OTA_ATTEMPTS

Line 8: function create_existing_test(p_test_id ota_tests.test_id%type, p_new_attempt_id ota_attempts.attempt_id%type,

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
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

Line 9: p_last_attempt_id ota_attempts.attempt_id%type) return number is

5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
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