Your browser does not support JavaScript!

UnitValuePrecision

Description

The business rule, UnitValuePrecision, is used to determine the number of digits allowed after the decimal point. The decimal placing can be configured based on a client's need to show the proper unit value. This rule can be used to calculate the units precision at Accumulation and Benefit level by attaching this business rule to the transactions that affect Benefit. These values are ultimately stored as units in AsValuation and AsBenefitSplit tables. If this business rule is not in place the system will revert to its default setting of ten decimal places.

This rule was deprecated in release 9.5.0.0. Beginning with that release, the PrecisionValues business rule absorbed this functionality.

UnitValuePrecision Element/Attribute Table

Element/Tag

Definition

Attribute

Element/Attribute Value and Description

<UnitValuePrecision>  

The opening and closing tag of the business rule.

 

 

<Precision>      

Required element;
To configure the number of digits that should be displayed after the decimal point in a UnitValue.

 

Required element value;
Integer:  To indicate the number of digits that are allowed after the decimal point.

XML Example

<UnitValuePrecision>     
    <Precision>4<Precision>
</UnitValuePrecision>
        


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