Default value of parameter in stored procedure / function
632572May 26 2008 — edited May 26 2008Hi all,
how to find out default value of parameter of stored function(I need it at runtime)?
SELECT * FROM ALL_ARGUMENTS .... doesn't contain value.
for example, piece of code from procedure:
I_S_SHORT_NAME IN VARCHAR2 DEFAULT NULL,
I_S_NATIONAL_ID IN VARCHAR2 DEFAULT 'EN',
text behind DEFAULT is important for me.
thx for any comments