project QadFinancials > class BRevaluationSaf > method ValidateBCAndAdditionalUpdates
Description
This method do all the validation of instance and update the database.
Parameters
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
QadFinancials
program code (program6/brevaluationsaf.p)
<M-1 run ValidateBC (output viFcReturnSuper (oiReturnStatus)) in BRevaluationSaf>
if viFcReturnSuper <> 0
then do :
assign oiReturnStatus = viFcReturnSuper.
if oiReturnStatus < 0
then return.
end. /* if viFcReturnSuper <> 0 */
<M-2 run AdditionalUpdates (output viFcReturnSuper (oiReturnStatus)) in BRevaluationSaf>
if viFcReturnSuper <> 0
then do :
assign oiReturnStatus = viFcReturnSuper.
if oiReturnStatus < 0
then return.
end. /* if viFcReturnSuper <> 0 */