Oracle® Insurance Rules Palette
After a global function rule is created, it can be overridden at a variety of levels. The override levels in order from highest to lowest level are listed below:
Make sure the Function is open in the Configuration Area. If not, double-click the .xml file to open it.
Click the Parameters tab.
Function Parameters Tab
Enter the name of the function.
Enter the return value. It is a best practice to begin the value with the letter r.
Select the Data type.
Click the radio button for Yes or No if function is an array.
Click Add and click in the blank field to enter the input parameters.
input parameter name (best practice is to begin with the letter p)
select the data type from the drop down box.
specify whether it is an array.
Click Add and click in the blank field to enter the output parameters.
output parameter name (best practice is to begin with the letter o).
select the data type from the drop down box.
specify whether it is an array.
Click the Math tab and configure the math section. Use all functionality available in the MathVariables section of Math with the exception of LOG.
Refer to the Math Pane section for additional information on configuring in the Math Pane.
Check-in the XML file to save your changes to the database.
The Rules Palette validates that the signature of the function override matches that of the global version before the override may be checked in. This is to enforce that the same signature used by the global function is applied across all overrides.
Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices