You cannot do that with PL/SQL. Instead split your procedures in 2 different blocks. Write a SQL script which executes the first PL/SQL block and then ACCEPT your input from user ( using SQL ) then execute the second PL/SQL block based on user input.
Hope this helps.
ad




Reply With Quote