Oracle® Insurance XML Configuration Guide Release 9.4.0.0 E18894_01
This business rule allows for the configuration of dynamic fields on this screen. These fields will be used to search for specific disbursements. You can use this business rule to total the currency for the columns on the Disbursement Approval screen.
| Element/Tag | Definition |
Attribute |
Element/Attribute Value and Description |
|---|---|---|---|
|
<DisbursementApprovalScreen>
|
The required opening and closing elements of this business rule. |
|
|
|
<Table> |
See Table Element. Controls the formatting of the display. |
|
|
|
<Events> |
See Action/Events section. |
|
|
|
<ScreenMath> |
See Math Element section. |
|
|
|
<Actions> |
See Action/Events section. |
|
|
<DisbursementApprovalScreen>
<Table>
<Column WIDTH="70" ALIGN="LEFT" FORMAT="Text">
<Display>Payee Name</Display>
<Group>Client</Group>
<Name>lastName</Name>
</Column>
<Column WIDTH="70" ALIGN="LEFT" FORMAT="Text">
<Display>Policy Number</Display>
<Group>Policy</Group>
<Name>policyNumber</Name>
</Column>
<Column WIDTH="70" ALIGN="LEFT" FORMAT="Currency">
<Display>Amount</Display>
<Group>Disbursement</Group>
<Name>disbursementAmount</Name>
</Column>
<Column WIDTH="70" ALIGN="LEFT" FORMAT="Text">
<Display>TransactionName</Display> <Group>Transaction</Group>
<Name>transactionName</Name>
</Column>
<Column WIDTH="70" ALIGN="LEFT" FORMAT="Text">
<Display>Processor</Display>
<Group>Activity</Group>
<Name>clientNumber</Name>
</Column>
</Table>
</DisbursementApprovalScreen>
<DisbursementApprovalScreen>
<Tables>
<Column></Column>
</Tables>
<Events>[Action/Events]</Events>
<ScreenMath>[ScreenMath]</ScreenMath>
<Actions>[Action/Events]</Actions>
</DisbursementApprovalScreen>
Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices