Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> PL/SQL: optional arguments for procedures/funcs
Hi PL/SQL gurus !
Can it be determined if optional argument is set by a call or default value is used ?
Setting it to some default value (e.g. null) is NOT ENOUGH
because I need to find out is that null forced by explicit call with that
(e.g.null) value,
or the argument was not set because parameter in function call was ommited
so default value is used.
In short, i need a function like this: IsParameterPresent( parameter_name )
please help,
Vedran
![]() |
![]() |