Oracle SOA Suite (MOSC)

MOSC Banner

EBS Rest API SOA

I have created a package in EBS to return all responsibilities through API. I created a sample package as below. When i call the API it returns the error Service execution error - Stored procedure invocation error. Error while trying to prepare and execute the APPS.XX_GETRESP_PKG.GET_RESPONSIBILITIES API. An error occurred while preparing and executing. Can someone throw some light here.


create or replace package xx_getresp_pkg as

/* $Header: $ */

/*#

* This is the Get responsibilities

* @rep:scope public

* @rep:product FND

* @rep:category BUSINESS_ENTITY Responsibility

* @rep:displayname Get responsibilities

*/


   type responsibility_rec is record ( RESPONSIBILITY_ID   varchar2

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