Oracle Error Message
ORA-22162: element at index [string] has been previously deleted
Reason for the Error
Trying to delete a non-existent collection element.
Solution
Check for the existence of the element prior to calling this function.
ORA-22162: element at index [string] has been previously deleted
Trying to delete a non-existent collection element.
Check for the existence of the element prior to calling this function.