Oracle® Insurance Rules Palette Release 9.3.1.0 E21044_01
This business rule is used to configure the applicable fixed fields for the Requirements screen. In this release, the only configuration needed for the Requirement screen is an empty opening and closing tag.
| Element/Tag | Definition | Attribute | Element/Attribute Value and Description |
|---|---|---|---|
|
<RequirementsScreen> |
Required opening and closing tags of the business rule. |
|
|
|
<Table> |
Defines the columns displayed next to the RequirementDescription |
If this section is not defined, the RequirementsScreen will not display any of the requirement details. |
The global RequirementsScreen business rule should only consist of an empty opening and closing tag.
The Requirement screen contains two parts:
RequirementsScreen works together with GeneratePendingRequirement and DeliveryRequirement business rules.
These two rules should be attached to the transaction along with the Transaction Business Rule Packet, and Transaction Cosmetics business rule to generate the requirements at the activity level.
<RequirementsScreen>
<Table>
<Column WIDTH="260" ALIGN="CENTER" FORMAT="Text">
<Name>RequirementDescription</Name>
<Display>Description</Display>
<Group>Requirement</Group>
<DataType>Text</DataType>
</Column>
<Column WIDTH="100" ALIGN="CENTER" FORMAT="Text">
<Name>RequirementStatusCode</Name>
<Display>Status</Display>
<Group>Requirement</Group>
<DataType>Text</DataType>
<Disabled>Yes</Disabled>
</Column>
<Column WIDTH="100" ALIGN="CENTER" FORMAT="Text">
<Name>RequirementOpenDate</Name>
<Display>Date Added</Display>
<Group>Requirement</Group>
<DataType>Date</DataType>
<Disabled>Yes</Disabled>
</Column>
<Column WIDTH="100" ALIGN="CENTER" FORMAT="Text">
<Name>RequirementCloseDate</Name>
<Display>Date Accepted</Display>
<Group>Requirement</Group>
<DataType>Date</DataType>
</Column>
</Table>
</RequirementsScreen>
Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices