Parameter
| Description
|
schema_name
| The name of the schema in which the stored procedure is located.
|
package_name
| The name of the package containing the stored procedure. The stored procedure must be part of a package. Deferred calls to standalone procedures are not supported.
|
proc_name
| The name of the remote procedure to which you want to defer a call.
|
arg_count
| The number of parameters for the procedure. You must have one call to DBMS_DEFER.datatype_ARG for each of these parameters.
|
nodes
| A PL/SQL table of fully qualified database names to which you want to propagate the deferred call. The table is indexed starting at position one and ending when a NULL entry is found, or the NO_DATA_FOUND exception is raised. The data in the table is case insensitive. This argument is optional.
|
group_name
| Reserved for internal use.
|