project QadFinancials > class BCompany > method ValidateBCAndAdditionalUpdates
Description
Validates the Component and call Additional Updates
Parameters
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
QadFinancials
program code (program1/bcompany.p)
<M-1 run ValidateBC (output viFcReturnSuper (oiReturnStatus)) in BCompany>
if viFcReturnSuper < 0 or
oiReturnStatus = 0
then assign oiReturnStatus = viFcReturnSuper.
if oiReturnStatus < 0
then return.
<M-2 run AdditionalUpdates (output viFcReturnSuper (oiReturnStatus)) in BCompany>
if viFcReturnSuper < 0 or
oiReturnStatus = 0
then assign oiReturnStatus = viFcReturnSuper.