Hi Experts,
We have a requirement to build a procedure that can take array of values from the user as a parameter and do further operations based on this. We have created the procedure with array type input parameter and we were able to unnest the data and perform rest of the operations. However, while calling this procedure we are not able to pass the array of values.
Can someone help us on how we can pass array of values inside the call statement?
Br, Karthik