Hi
I am trying to use the in built test option with in plsql dev to run a procedure with in a package. However the run button is greyed out, the code built by the test option is
begin
-- Call the procedure
case_load_panel_pkg.get_case_load(case_cur => :case_cur);
end;
I know the procedures are valid as have been tested in calling applications. Why could the run button be greyed out?
I am trying to use the in built test option with in plsql dev to run a procedure with in a package. However the run button is greyed out, the code built by the test option is
begin
-- Call the procedure
case_load_panel_pkg.get_case_load(case_cur => :case_cur);
end;
I know the procedures are valid as have been tested in calling applications. Why could the run button be greyed out?