Overview

Oracle Hyperion Financial Data Quality Management, Enterprise Edition offers a powerful extensibility framework by providing Jython and Visual Basic based scripting. Using the rich set of the API library, users can extend and customize the product to best fit their needs. FDMEE supports four types of scripts:

  • Import scripts—Executed as source files are imported. Uses Jython script only.

  • Mapping scripts—Used to build mapping logic to derive target members based on multiple source column and IF THEN logic. Uses Jython and SQL script.

  • Event script—Executed in response to FDMEE such as before or after an import. Uses Jython and Visual Basic script.

  • Custom script—Enables manual execution of scripts. Uses Jython and Visual Basic script.

FDMEE provides a set of Java APIs that enable you to look up frequently used data load properties or to perform a common action. FDMEE also supports Visual Basic based event scripts.