Oracle Error PLS-00337: “string” matches too many object table aliases

Oracle Error Message

PLS-00337: “string” matches too many object table aliases

Reason for the Error

You have an ambiguous reference to an object-table alias; there are at least two object-table aliases in the same scope.

Solution

Remove all but one of the references or change the alias names of the remaining.