DBA Data[Home] [Help]

APPS.AME_TEST_PKG dependencies on DUAL

Line 6: select ame_test_trans_s.nextval into tempId from dual;

2: /* $Header: ameotest.pkb 120.0 2005/07/26 06:05:34 mbocutt noship $ */
3: function getTestTransactionId return varchar2 is
4: tempId integer;
5: begin
6: select ame_test_trans_s.nextval into tempId from dual;
7: return(to_char(tempId));
8: exception
9: when others then
10: rollback;