i hv created an array to store multiple data and passing it to sub program thru function.

in that sub program after some validation i hv to insert data from array to a table.now i need to find how many iteration do i need for that array.

Is there any function in oracle which can tell the total number of elements of an Array variable ?