Hello,
I have a procedure with a number of formal parameters where the actual parameters I pass in are PL/SQL table columns.
I wanted to know, if I make some of the formal parameters IN OUT parameters, will the PL/SQL table columns get updated when the formal parameters are changed within the procedure? Or will I have to forget it and update the PL/SQL table column directly from within the procedure?
Just not sure if it'll work or not!
Cheers!
Pete
I have a procedure with a number of formal parameters where the actual parameters I pass in are PL/SQL table columns.
I wanted to know, if I make some of the formal parameters IN OUT parameters, will the PL/SQL table columns get updated when the formal parameters are changed within the procedure? Or will I have to forget it and update the PL/SQL table column directly from within the procedure?
Just not sure if it'll work or not!
Cheers!
Pete