project QadFinancials > class BBudgetLinkCommitment > method StopExternalInstances

Description

Stop instances that are started in AdditionalUpdates as part of current transaction


Parameters


oiReturnStatusoutputintegerReturn status of the method.


Internal usage


QadFinancials
method BBudgetLinkCommitment.AdditionalUpdates
method BBudgetLinkCommitment.ValidateComponent


program code (program/bbudgetlinkcommitment.p)

if viBBudgetLinkBLComID<> 0 and 
   viBBudgetLinkBLComID <> ?
    then do :
       <I-1 {bFcStopInstance
            &CLASS           = "BBudgetLink"}>
        
        assign viBBudgetLinkBLComID = 0.
    end. /* if viBBudgetLinkBLCom */
    
<ANCESTOR-CODE>