DBA Data[Home] [Help]

APPS.OTA_UTQ_UTIL dependencies on OTA_ATTEMPTS

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

5: -- | Global Record Type Specification |
6: -- ----------------------------------------------------------------------------
7: --
8:
9: function create_existing_test(p_test_id ota_tests.test_id%type, p_new_attempt_id ota_attempts.attempt_id%type,
10: p_last_attempt_id ota_attempts.attempt_id%type)
11: return number;
12:
13: end ota_utq_util;

Line 10: p_last_attempt_id ota_attempts.attempt_id%type)

6: -- ----------------------------------------------------------------------------
7: --
8:
9: function create_existing_test(p_test_id ota_tests.test_id%type, p_new_attempt_id ota_attempts.attempt_id%type,
10: p_last_attempt_id ota_attempts.attempt_id%type)
11: return number;
12:
13: end ota_utq_util;