Oracle® Insurance Rules Palette Release 9.3.1.0 E21044_01
The UpdateRoleStatus business rule allows a transaction to update the status of multiple roles. The update is not necessarily to the same status. Each status on a role is updates to its own value. The system supports three status code values from AsCodeRoleStatus:
The OIPA implementation may develop more role status codes as needed. The rule is attached to a transaction and must be listed in TransactionBusinessRulePacket.
| Element/Tag | Definition | Attribute | Element/Attribute Value and Description |
|---|---|---|---|
|
<UpdateRoleStatus> |
The opening and closing elements for the rule. |
||
|
<FromCollection> |
Identifies the source of the update data. |
A math variable of type Collection. The keys are RoleGUIDs and the values are the new status codes for each role that will be updated. |
<UpdateRoleStatus>
<FromCollection>CollectionMV</FromCollection>
</UpdateRoleStatus>
<UpdateRoleStatus>
<FromCollection>[math variable]</FromCollection>
</UpdateRoleStatus>
Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices