Previous  Next          Contents  Index  Glossary

SetErrorInfo

PL/SQL Syntax

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_eventThe event message.
p_type The error type, either 'ERROR' or 'WARNING'.


         Previous  Next          Contents  Index  Glossary