Hi,
I am not seeing any support for complex data types like VARRAY, NESTED TABLES, ASSOCIATIVE ARRAYs in PL/SQL unit test cases.
using variable substitution i want to read the VARRAY which is registered as OUT parameter of my SP.
When i am using {p_array}.. it is giving error.
can i get any example on how to use variable substitution for these complex types.