GET_CALL_ARGS Procedure
This procedure returns the text version of the various arguments for the specified call. The text version is limited to the first 2000 bytes.
Syntax
DBMS_DEFER_QUERY.GET_CALL_ARGS (
callno IN NUMBER,
startarg IN NUMBER := 1,
argcnt IN NUMBER,
argsize IN NUMBER,
tran_id IN VARCHAR2,
date_fmt IN VARCHAR2,
types OUT TYPE_ARY,
forms OUT TYPE_ARY,
vals OUT VAL_ARY);
Parameters
Table 13-8 GET_CALL_ARGS Procedure Parameters
Exceptions
Table 13-9 GET_CALL_ARGS Procedure Exceptions