Passes control to the identified OLE objects method. Receives a return
value of the specified type. There are four versions of the function (denoted
by the value in returntype), one for each of the argument types: CHAR, NUM,
OBJ, and VAR.
FUNCTION CALL_OLE_CHAR
(obj OLEOBJ, memberid PLS_INTEGER)
RETURN returnval VARCHAR2;
FUNCTION CALL_OLE_NUM
(obj OLEOBJ, memberid PLS_INTEGER)
RETURN returnval NUMBER;
FUNCTION CALL_OLE_OBJ
(obj OLEOBJ, memberid PLS_INTEGER)
RETURN returnval OLEOBJ;
FUNCTION CALL_OLE_VAR
(obj OLEOBJ, memberid PLS_INTEGER)
RETURN returnval OLEVAR;
Built-in Type unrestricted function
Returns the methods return value in the specified format