regexp_substr in Oracle Applications (EBS)
Hi All,
I am trying to use the regexp_substr function in a XML Publisher developer report. When I use the function in a SQL and run it directly in the database using SQL Developer, the query runs fine. When I put this in a Data Definition and run it through EBS, I get an error.
--SQLException
java.sql.SQLSyntaxErrorException: ORA-00911: invalid character
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)