You are here: Business Rules > Attached Rules > GenerateExtract

GenerateExtract

Description

This rule denotes parameter values (taken from the associated transaction Math Variables) to be passed to the provider web service. A typical example of the parameters used in such a rule would be the name of a stored procedure along with any inputs to the stored procedure such as FromDate, ToDate, and PlanName. These rules are usually used as a method of notification to trigger an extract process where the notified middleware is to call such a stored procedure to retrieve all data required for a particular downstream system.

GenerateExtract Element/Attribute Table
Element/Tag Definition Attribute Element/Attribute Value and Description

<GenerateExtract>

The opening and closing tag of this business rule.

   

<ExtractName>

     

<Parameters>

     

<Parameter>

     

XML Schema

<GenerateExtract>
<ExtractName>ExtractNameHere</ExtractName>
<Parameters>
<Parameter NAME="ParameterName1">[ ParameterName1]</Parameter>
<Parameter NAME=" ParameterName2">[ ParameterName2]</Parameter>
</Parameters>
</GenerateExtract>

Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices