A_RaiseOutBatCompleteEvents

This action raises events to signal the completion of the outbound batch. It first retrieves the ID of the causing object from the OBJ_OBJ_REL table which is included the context when raising the E_OutBatComplete event. Then, for each transaction included in the outbound batch, the E_TxnOutBatComplete event is raised. This is done to reduce the cost associated with transitioning a large number of transactions in a single unit of work by distributing the work and allowing each transition to be processed by a single thread.