EBS 12c Adapter calling PL/SQL by Jon Petter Hjulstad
February 13, 2015 1 Comment
I have used the EBS Adapter on version 12 – and encountered some problems. The EBS Adapter is for example packaged into Mobile Suite with OSB and is perfect for example mobile-enabling you EBS. Here is some more info: Youtube or datasheet. The problem I encountered was during call to a PL/SQL API in EBS Adapter. It looked like this:
What should be expected here is that it call a wrapper package that is generated in the APPS schema, but it calls the original package. Here is a link to the documentation
and the WSDL anticipates that the boolean is now an int, but it calls the wrong package. This can also be verified by logging SQL by using this tip. So to fix this you must update the file myAppsReference_apps.jca manually: Read the complete article here.
For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Thanks for the great post …. it solved an issue I just ran into in SOA Suite 12c – I really wish Oracle would put a greater effort into quality assurance. 12c is a real pain with a lot of bugs. Things that are completely broken compared to 11g: MTOM in SOA Suite, Correlation in BPEL just to mention a few. Inconsistency – for instance you can add a policy to a Proxy service but when you try to deploy you’re met with ‘feature not supported’. Besides from that JDeveloper crashes frequently – making developer productivity very hard ….