Description
This empty method allows to do additional updates on class temp-tables after records were received (and validated) from outside, using method SetPublicTables.
You can start instances of other business classes to do those updates.
Parameters
| oiReturnStatus | output | integer | |
Internal usage
QadFinancials
program code (program/bapmatching.p)
/* ============================================================================== */
/* Limit the size of the auto-loaded segments by calling a submethod in segment-6 */
/* ============================================================================== */
If oiReturnStatus < 0 then Return.
<M-2 run AdditionalUpdatesAll (output viFcReturnSuper (oiReturnStatus)) in BAPMatching>
If viFcReturnSuper <> 0
Then assign oiReturnStatus = viFcReturnSuper.
If viFcReturnSuper < 0
Then do :
<M-3 run StopExternalInstances
(output viFcReturnSuper (oiReturnStatus)) in BAPMatching>
Return.
End. /* If viFcReturnSuper < 0 */
<ANCESTOR-CODE>