Oracle Solution for Error ora-19256

Solution for Oracle Error ORA-19256

ORA-19256: XQST0036 - missing type definitions in imported module

What triggered the Error:

module was imported, which contains references to type names that are not defined in the in-scope type definitions inside the module.

What should we do to fix it:

x the module definintion to include the in-scope type definition.