DBA Data[Home] [Help]

SYS.DBMS_APPLY_ADM dependencies on ANYDATA

Line 123: local_transaction_id IN VARCHAR2) RETURN sys.anydata;

119: assemble_lobs IN BOOLEAN:= TRUE);
120:
121: FUNCTION get_error_message(
122: message_number IN NUMBER,
123: local_transaction_id IN VARCHAR2) RETURN sys.anydata;
124: -- Returns the logical change record from the error queue for the
125: -- specified message number and deferred transaction id.
126: -- message_id is the position of the message (logical change record)
127: -- within the transaction.

Line 134: execute OUT BOOLEAN) RETURN sys.anydata;

130: FUNCTION get_error_message(
131: message_number IN NUMBER,
132: local_transaction_id IN VARCHAR2,
133: destination_queue_name OUT VARCHAR2,
134: execute OUT BOOLEAN) RETURN sys.anydata;
135: -- Returns the logical change record from the error queue for the
136: -- specified message number and deferred transaction id.
137: -- If the logical change record has an enqueue destination then
138: -- that value is returned in destination_queue_name.