TRANSACTION Procedure
 
This procedure indicates the start of a new deferred transaction. If you omit this call, then Oracle considers your first call to DBMS_DEFER.CALL to be the start of a new transaction.
 
Syntax
DBMS_DEFER.TRANSACTION (
   nodes  IN   node_list_t);
 
Note:  
This procedure is overloaded. The behavior of the version without an input parameter is similar to that of the version with an input parameter, except that the former uses the nodes in the DEFDEFAULTDEST view instead of using the nodes in the nodes parameter. 
  | 
 
 
Parameters
 Table 12-8 TRANSACTION Procedure Parameters
 
Exceptions
 Table 12-9 TRANSACTION Procedure Exceptions