Re: How to get the list of variables and constants declared in a Oracle Package?

From: Tom <tom2011_at_eseenet.com>
Date: 10 Jul 2003 09:20:54 -0700
Message-ID: <df2a2112.0307100820.3ccd84d2_at_posting.google.com>


Try:

select * from USER_ARGUMENTS
where package_name = 'the_package_name' and object_name = 'the_function_name' Received on Thu Jul 10 2003 - 18:20:54 CEST

Original text of this message