Oracle Workflow Guide Release 2.6.2 Part Number A95265-03 |
Contents | Index | Glossary | Master Index | Feedback |
Each Generate API produces an XML message containing the complete information from the appropriate table for the specified Business Event System object definition. The corresponding Receive API parses the XML message and loads the row into the appropriate table.
Oracle Workflow uses these APIs during the automated replication of Business Event System data. The Generate APIs are called by WF_EVENT_FUNCTIONS_PKG.Generate(), while the Receive APIs are called by WF_EVENT_FUNCTIONS_PKG.Receive(). See: Generate and Receive.
<WF_TABLE_DATA> <- masterTagName
<WF_TABLE_NAME> <- m_table_name
<VERSION></VERSION> <- m_package_version
<COL1></COL1>
<COL2></COL2>
</WF_TABLE_NAME>
</WF_TABLE_DATA>
The Business Event System replication APIs use the following DTDs:
Previous | Next | Contents | Index | Glossary |