DBA Data[Home] [Help]

SYS.DBMS_DEFER dependencies on ANYDATA

Line 510: PROCEDURE anydata_arg(arg IN Sys.AnyData);

506: -- The value of the parameter to the call previously
507: -- deferred with a dbms_defer.call call.
508: --------
509:
510: PROCEDURE anydata_arg(arg IN Sys.AnyData);
511: -- Queue a anydata for the parameter value for a deferred call.
512: -- Input parameter:
513: -- arg
514: -- The user data

Line 511: -- Queue a anydata for the parameter value for a deferred call.

507: -- deferred with a dbms_defer.call call.
508: --------
509:
510: PROCEDURE anydata_arg(arg IN Sys.AnyData);
511: -- Queue a anydata for the parameter value for a deferred call.
512: -- Input parameter:
513: -- arg
514: -- The user data
515: -- previously deferred with a dbms_defer.call call.

Line 517: -- It does not support REF types, Opaque types, AnyData, AnyType and

513: -- arg
514: -- The user data
515: -- previously deferred with a dbms_defer.call call.
516: -- The supported types are Collections and Object types.
517: -- It does not support REF types, Opaque types, AnyData, AnyType and
518: -- AnyDataSet.
519: --------
520:
521: --

Line 518: -- AnyDataSet.

514: -- The user data
515: -- previously deferred with a dbms_defer.call call.
516: -- The supported types are Collections and Object types.
517: -- It does not support REF types, Opaque types, AnyData, AnyType and
518: -- AnyDataSet.
519: --------
520:
521: --
522: -- Public procs for parallel prop txn log records