EBS Customizations (MOSC)

MOSC Banner

ISGException : ERROR: missing method when deploying custom REST web services

Im getting the following error when deploying a custom web service

Error encountered in remote method.oracle.apps.fnd.isg.common.error.ISGException : Error in the generating PLSQL package oracle.apps.fnd.isg.common.error.ISGException : ERROR: missing method

this is the related code

 TYPE tc_exception_rec IS RECORD (

    emp_number         varchar2(10),

    tc_date      date,

    time_in varchar2(100),

    time_out varchar2(100),

    exception_detail varchar2(240)

      );


  TYPE tc_exception_table IS TABLE OF tc_exception_rec;


   /*#

* Use this procedure to get employee timecard exceptions

* @param pc_emp_no    Employee No

* @param pc_from_date   From Date

* @param pc_to_date    To Date

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