Missing supply in an import statement.
#2147 Compile-time error
Missing supply in an import statement.
Additional Information
The imported module requires FUNCTION X, but it's not supplied.
Explanation
An IMPORT
statement is trying to import a module without
satisfying all of its requirements.