project QadFinancials > class BMfgLocation > method ValidateBCAndAdditonalUpdates
Parameters
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
unused
program code (program9/bmfglocation.p)
<M-1 run ValidateBC
(output viFcReturnSuper (oiReturnStatus)) in BMfgLocation>
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 BMfgLocation>
if viFcReturnSuper <> 0
then do :
assign oiReturnStatus = viFcReturnSuper.
if oiReturnStatus < 0
then return.
end. /* if viFcReturnSuper <> 0 */