You are on page 1of 1

begin

update emision.DEUDA_PERSONA_OBJETOS
set DPO_FECHA_BAJA = sysdate,
DPO_USUARIO_BAJA=user
where DPO_OVP_ID = '9831700'
and DPO_TIPO_OBJETO = 'A'
and DPO_FECHA_BAJA is null;

PKG_DEQUEUE_DEUDA.CARGA_OBLIGACIONES_OBJETO(9831700, 'A');

commit;
end;
/

You might also like