Oracle Error PLS-00182: Identifier cannot be an empty string

Oracle Error Message

PLS-00182: Identifier cannot be an empty string

Reason for the Error

Identifier was declared using an empty string,

Solution

rename the identifier to a non empty string.