Previous Next       Contents Index Glossary
         Previous  Next          Contents  Index  Glossary

WF_EVENTS_PKG.Receive

PL/SQL Syntax

procedure Receive

     (x_message in varchar2);

Description

Receives an XML message containing the complete information for an event definition and loads the information into the WF_EVENTS table.

Arguments (input)

x_message An XML message containing the complete information for an event definition.


         Previous  Next          Contents  Index  Glossary