APIs Defined in ECX_ERRORLOG
external_system
PL/SQL Syntax
procedure external_system
(i_outmsgid in raw,
i_status in pls_integer,
i_errmsg in varchar2 default null,
i_timestamp in date,
i_errparams in varchar2,
o_ret_code out pls_integer,
o_ret_msg out varchar2);
Description
Used by both Oracle and non-Oracle messaging systems to report delivery status. The status information is written to the XML Gateway log tables to track and report transaction delivery data.
Arguments (input)
| i_outmsgid
| Message ID maintained by the XML Gateway execution engine for the outbound message delivered by the messaging system.
|
| i_status
| Message delivery status as reported by the messaging system.
|
| i_errmsg
| Error messages reported by the messaging system.
|
| i_timestamp
| Time stamp from the messaging system indicating when it processed the outbound message created by XML Gateway.
|
| i_errparams
| Errors reported by messaging system in multilingual delivery.
|
Arguments (output)
| o_ret_code
| Return code for the procedure
|
| o_ret_msg
| Return message for the procedure
|