Hi
I'm facing the following issue trying to deploy a test custom REST webservice in Oracle EBS 12.1.3:
Service Provider Access resulted in exception 'oracle.apps.fnd.isg.client.IREPException' when attempting to perform 'DEPLOY'. Please view Service Provider logs for more details
I debugged a lot and found out that after I click deploy following temporary packages are created in the database: ISG_TEST_W_UPLOAD14766332. But they're invalid because SYS_REFCURSOR which is used in my test procedure was translated into 'REF CURSOR'.
Has anyone faced a similar issue and fixed that?
Thank you