SELECT COALESCE(sum(B.PlannedRevenuesTotal),0), COALESCE(sum(B.PlannedCostsTotal),0) FROM SYS$BusTransactions2 A, BusTransactions B WHERE (A.Superior_ID = :OBJID) and (B.ID = A.ID) and (B.Hidden = 'N')
Generated by ABRA Software a.s. 27.10.2021 16:34:08