Hyperion Financial Data Quality Management (FDM/FDMEE) (MOSC)

MOSC Banner

FDMEE - Jython script error

Hi Experts,

I am using following script as befimport to import exchange rates to the AIF interface tables. The VAriable marked in Red is giving me an issue, if in the where clause instead Where to_char(Conversion_Date,'Mon-YYYY') = 'strPer' of the (StrPer) variable i define Where to_char(Conversion_Date,'Mon-YYYY') = 'May-2015' the script works perfectly fine.  and populates the AIF_Open_Interface table with the Rates from EBS.

Can someone help

import java.sql as sql

if fdmContext["LOCNAME"] == "Test":

  strPOVPer=fdmContext["PERIODNAME"]

  strPer= str(fdmContext["PERIODNAME"])

  batchName = "Batch_" +  str(fdmContext["LOCNAME"])

  insertStmt = """

  INSERT INTO AIF_OPEN_INTERFACE (

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center