The code assistant is pretty nice about showing the available parameters for packaged procedures, and I can select them one a time like so:
my_pkg.my_proc(param1 =>
my_pkg.my_proc(param1 => ,param2 =>
but I have to do it one at a time. Any way to just tell the thing "give me all the params"?
my_pkg.my_proc(param1 =>
my_pkg.my_proc(param1 => ,param2 =>
but I have to do it one at a time. Any way to just tell the thing "give me all the params"?