DBA Data[Home] [Help]

PACKAGE: APPS.OTA_UTQ_UTIL

Source


1 Package ota_utq_util AUTHID CURRENT_USER as
2 /* $Header: otautqut.pkh 115.0 2004/03/31 17:52:36 ppanjrat noship $ */
3 --
4 -- ----------------------------------------------------------------------------
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;