ERROR | Pragma string must be declared in a package specification |
CAUSE | The named pragma was not declared in a package specification, as required. For example, the pragma RESTRICT_REFERENCES must be declared in a package specification. |
ACTION | Remove or relocate the misplaced pragma. |