If you have a user-defined [object] type as a parameter to a procedure is it possible to assign a default value to that parameter of the return value of a "constructor" method for the user-defined [object] type, e.g.
procedure proc1 ( param1 in user_type default user_type.constructor() );
I know the above doesn't work but is there another way ?
TIA.
Cardy
procedure proc1 ( param1 in user_type default user_type.constructor() );
I know the above doesn't work but is there another way ?
TIA.
Cardy