Oracle Error Message
PLS-00257: illegal use of EXTERNAL clause in a TYPE or PACKAGE specification
Reason for the Error
An EXTERNAL Clause was detected in a TYPE Specification or a PACKAGE specification.
Solution
Remove the EXTERNAL Clause and use the new CALL Specification syntax.