I'm trying to execute a procedure from TOAD, that procedure takes a VARRAY as input. be low are the steps i followed:

1.right click on the procedure name
2.execute procedure.
3.i got a dialog box to enter input parameters, but varray input field was disabled. Can, you please, help me in this regard how to execute the procedure.

below is the spec for the procedure

PROCEDURE PKG_XYZ
(
in_varray IN InputType,
in_status IN VARCHAR2,
out_cursor OUT typ_refcur
);