Se estiver procurando por um equivalente no Oracle, então:
where DAT_CLOSEDATE = sysdate-1
ou
where DAT_CLOSEDATE = trunc(sysdate)-1
A segunda versão define a hora do dia para 00:00:00
where DAT_CLOSEDATE = sysdate-1
where DAT_CLOSEDATE = trunc(sysdate)-1