Pass table type parameter to call Oracle procedures using pilotscript

I have a requirement where I need to call an Oracle procudure and need to pass input parameters of PL/SQL Table format.

Passing single value strings, numerics, parameters to call oracle procedure worked but I need assistance in passing an array/Table format as input parameter to call oracle procedure.