I have procedure in a package with in and out parameters
1) Can we convert this procedure to function returning multiple value
2) if we can return multiple value in function .. can we call it in select statement.
3) Is it advisable to use multiple values in a function.
4) so if I want to use the value in procedure what can I do it in select statement.
Edit: after

Reply
Sven W
4) I have in and out parameters in procedure and I want to use that value in select statement how can I use it? is it possible?