Oracle Error PLS-00354: username must be a simple identifier

Oracle Error Message

PLS-00354: username must be a simple identifier

Reason for the Error

A qualified username such as scott.accts is not permitted in this context.

Solution

Specify a simple username such as scott instead.