Oracle Error PLS-00334: “string” matches table or view without an alias

Oracle Error Message

PLS-00334: “string” matches table or view without an alias

Reason for the Error

You have a reference to a table or view name without an alias.

Solution

Replace the reference with a reference to an object-table alias.