Advertisement
Guest User

Untitled

a guest
Jun 20th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 0.10 KB | None | 0 0
  1. DECLARE
  2. THIS COMPRA_TP;
  3. BEGIN
  4. THIS := COMPRA_TP();
  5. THIS.CARREGAR(1);
  6. THIS.RETIRAR_ESTOQUE();
  7. END;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement