Try:
select argument_name from all_arguments where object_name = 'SP_EXAMPLE';
This view can also display data types, positions, etc., and you can use it in SQL or PL / SQL. A lot of information in various representations of metadata.
tbone source
share