Has anyone had any issues with the RPC 3 patches running 12.1.3? I receive the following error with
I receive the following error with the Format Payment Instructions with Text Output concurrent request where I submit PPR (Using Format which calling RTF contains Sequnce).
java.lang.NumberFormatException: For input string: "null"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:449)
at java.lang.Integer.parseInt(Integer.java:499)
at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:6155)
at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3500)
at oracle.apps.iby.engine.ExtractFormatter.applyFormat(ExtractFormatter.java:114)
at oracle.apps.iby.engine.ExtractFormatter.applyFormat(ExtractFormatter.java:259)
at oracle.apps.iby.scheduler.FDFormatProgramUtils.doExtractAndFormatCore(FDFormatProgramUtils.java:358)