| Oracle8i Replication Management API Reference Release 2 (8.1.6) Part Number A76958-01  | 
  | 
Replication Management API Reference, 10 of 179
This function determines the form of an argument in a deferred call. This function returns the character set ID of a deferred call parameter.
DBMS_DEFER_QUERY.GET_ARG_FORM ( callno IN NUMBER, arg_no IN NUMBER, deferred_tran_id IN VARCHAR2) RETURN NUMBER;
| Exception | Description | 
|---|---|
    
NO_DATA_FOUND  | 
 Input parameters do not correspond to a parameter of a deferred call.  | 
| Return Value | Corresponding Datatype | 
|---|---|
    
1  | 
    
CHAR, VARCHAR2, CLOB  | 
    
2  | 
    
NCHAR, NVARCHAR2, NCLOB  | 
| 
 | 
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved.  | 
 
  |