" /> stored procedure in IRD database wizard - Genesys CTI User Forum

Author Topic: stored procedure in IRD database wizard  (Read 4556 times)

Chris

  • Guest
stored procedure in IRD database wizard
« on: January 01, 1970, 12:00:00 AM »
Advertisement
Does anyone know how to use this with Oracle? Genesys has no documentation whatsoever.

Marked as best answer by on Today at 10:11:25 PM

peter

  • Guest
stored procedure in IRD database wizard
« Reply #1 on: January 01, 1970, 12:00:00 AM »
  • Undo Best Answer
  • example :
    you have package named GENESYS
    and in this package uou have procedure defined as :
    PROCEDURE call_info(x_ani IN varchar2,x_out out varchar2)

    and in IRD database wizard you need to fill
    name : GENESYS.CALL_INFO
    arguments : x_ani=variable_ANI x_out=@out