Oracle Error Message
PLS-00706: Exception string cannot be used as prefix of a selected component
Reason for the Error
An exception name was mistakenly used to qualify a reference to a component. For example, when dot notation was used to specify fields within a record, an exception name might have been coded instead of the record name.
Solution
Rewrite the component reference using a valid prefix (for example, the name of a package, record, or schema).