SuspendProgram

The SuspendProgram business rule is used to halt program activity without terminating the program. SuspendProgram is attached to a transaction whose impact to the base contract is such that suspension of program activity is required. This rule is entered in the Transaction Business Rule Packet.

SuspendProgram Elements/Attributes
Element/Tag Attribute Definition Element/Attribute Value and Description

<SuspendProgram>

 

The opening and closing tags of this rule.

 

<Program>

 

 

Required element

 
PROGRAMGUIDARRAY

Required attribute

Identifies one or more programs to suspend.

ProgramGUID(s)

<Tests>

 

Optional element

Allows for further definition of the activities that may be updated.

 

<Test>

 

Repeatable element   

A conditional statement that tests a MathVariable or Field against another MathVariable, Field, or literal value.

String:

XML Example

<SuspendProgram>
<Program PROGRAMGUIDARRAY="ProgramGUIDArray"></Program>
</SuspendProgram>

XML Schema

<SuspendProgram>
<Program PROGRAMGUIDARRAY=””>
<Tests>
<Test>conditional statement</Test>
</Tests>
</Program>
</SuspendProgram>

 

 

 

 

Oracle Insurance Logo Copyright © 2017, Oracle and/or its affiliates. All rights reserved. About Oracle Insurance | Contact Us