Advertisement
Guest User

Consulta1

a guest
Nov 24th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 0.22 KB | None | 0 0
  1. BEGIN
  2.   IF pc_pedc_valida.pedido_tc(p_id_cia    => 11215,
  3.                               p_id_pedido => 300010) THEN
  4.     DBMS_OUTPUT.put_line('ENTROU');
  5.    ELSE
  6.     DBMS_OUTPUT.put_line('nao ENTROU');
  7.   END IF;
  8. END;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement