Invoking a procedure that has parameters should include
- creating an anonymous block in PL/SQL with a direct call to the stored procedure
- providing the procedure name and the parameter values
- invoking the procedure created from another procedure
- calling the new procedure in the correct order.