Oracle® XML Configuration Guide Release 9.7.1.0 E51561-01
GeneratePendingRequirements defines the comparisons of requirement criteria to MathVariable values. If all conditions identified in the rule are true, then the requirement is generated. This rule must be used in conjunction with DeliveryRequirements and TransactionBusinessRulePacket.
Element | Attribute | Definition | Element/Attribute Value |
---|---|---|---|
<GeneratePendingRequirements> |
The opening and closing tags of the business rule. |
||
LEVEL |
Indicates the type of requirement to create. If LEVEL attribute is not defined, Policy-Level is used as default level to generate pending requirements. |
Activity - Indicates name of the level (Activity-Level) to generate pending requirements. Policy - Indicates name of the level (Policy-Level) to generate pending requirements. |
|
ADVANCEEFFECTIVEDATE |
Indicates that Advance / Future dated effective date is used to create pending requirements. Yes - Used to create pending requirements with effective date as advanced date/future dated. No - If ADVANCEEFFECTIVEDATE attribute is set to "No" then pending requirements with effective date as advanced date/future dated will not be allowed. |
||
<PendingRequirement> |
The opening and closing tag of the section. |
||
TYPE |
Code: As defined in AsCodeActivityType table. |
||
<RateDescription> |
Required element: Defines the value of the field for variables required to match database requirements in AsRequirementDefinition table. |
String- Defines the MathVariable from the transaction that defines the Rate Description name from the AsRequirementDefinition table. |
|
NAME |
Required attribute: String: Defines the name of Rate Description from the MathVariable VALUE. Name of the Rate Description from the AsRequirementDefinition table. |
||
<DateCriteria> |
Defines the value of the DateCriteria field listing the date criteria required to match AsRequirement database table. |
Date: Stores criteria for generating a requirement. Indicates the column in AsRequirement database table. MathVariable which pulls the effective date from AsRequirement table for the specified criteria. |
|
<Criteria> |
Defines the value of the field listing the criteria sequence required to match AsRequirementCriteria database table. Multiple criteria are listed separately and sequentially. |
String - Stores criteria for generating a requirement in the Rate Description (MathVariable VALUE) and Result. |
<GeneratePendingRequirements LEVEL="Activity" ADVANCEEFFECTIVEDATE="Yes"> <PendingRequirement TYPE="01"> <RateDescription NAME="CA Medical Form">RateDescriptionReplacement</RateDescription> <DateCriteria>EffectiveDate</DateCriteria> <Criteria1>IssueStateCode</Criteria1> </PendingRequirement> <PendingRequirement> <RateDescription NAME="UWApproval">UWApproval</RateDescription> </PendingRequirement> <PendingRequirement> <RateDescription NAME="SuppToApplication">SuppToApplication</RateDescription> <DateCriteria>EffectiveDate</DateCriteria> <Criteria1>IssueStateCode</Criteria1> </PendingRequirement> <PendingRequirement> <RateDescription NAME="NQA1035ExchangeLetter">NQA1035ExchangeLetter</RateDescription> </PendingRequirement> </GeneratePendingRequirements>
Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved. Legal notices.