ERROR | Exception string cannot be used as prefix of a selected component |
CAUSE | 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. |
ACTION | Rewrite the component reference using a valid prefix (for example, the name of a package, record, or schema). |