Oracle Error Message
ORA-22905: cannot access rows from a non-nested table item
Reason for the Error
attempt to access rows of an item whose type is not known at parse time or that is not of a nested table type
Solution
use CAST to cast the item to a nested table type