Oracle Workflow API Reference Release 2.6.3.5 Part Number B12163-02 |
Previous | Next | Contents | Index | Glossary |
procedure SetErrorInfo
(p_event in out wf_event_t,
p_type in varchar2);
Description
Retrieves error information from the error stack and sets it into the event message. The error message and error stack are set into the corresponding attributes of the event message. The error name and error type are added to the PARAMETER_LIST attribute of the event message.
Arguments (input)
p_event | The event message. |
p_type | The error type, either 'ERROR' or 'WARNING'. |
Previous | Next | Contents | Index | Glossary |