project QadFinancials > class BDCollection > method ValidateBCAndAdditionalUpdates
Description
Method that executes the ValidateBC and AdditionalUpdates
Parameters
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
QadFinancials
program code (program4/bdcollection.p)
<M-1 run ValidateBC (output viFcReturnSuper (oiReturnStatus)) in BDCollection>
if viFcReturnSuper < 0 or
oiReturnStatus = 0
then assign oiReturnStatus = viFcReturnSuper.
if oiReturnStatus < 0
then return.
<M-2 run AdditionalUpdates (output viFcReturnSuper (oiReturnStatus)) in BDCollection>
if viFcReturnSuper < 0 or
oiReturnStatus = 0
then assign oiReturnStatus = viFcReturnSuper.
if oiReturnStatus < 0
then return.