Description
This method is part of the SetPublicTables flow.
When executed, data in the input class tables (prefix t_s) is validated and found correct, and copied into the class tables (prefix t_o).
This method can be extended to do updates that do not require a validation or that involve running business methods of other business classes. These classes should be started with ADD-TO-TRANSACTION = 'true'. Also make sure to add these classes in method StopExternalInstances.
Parameters
oiReturnStatus | output | integer | |
Internal usage
QadFinancials
program code (program/bfrwanalysiscode.p)
<ANCESTOR-CODE>
/*if vcActivityCode <> "" then*/
<M-83 run AdditionalUpdatesReportTree (output viFcReturnSuper (oiReturnStatus)) in BFRWAnalysisCode>
if viFcReturnSuper < 0 then
do:
assign oiReturnStatus = viFcReturnSuper.
end.