You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update rentabilidadxtareas set egreso = nvl(egreso,0) + :new.rdo_importe where trs_id = :new.trs_id and exists (select * from comprobantes where tcm_codigo in
('FLB', 'FLC', 'FLI', 'FPA', 'FPB', 'FPC', 'GF') and cmp_fecha_anulacion is null and cmp_numero = :new.cmp_numero);