Advertisement
mugs

test GETNEWBUSENTID

Mar 11th, 2019
106
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. c NUMBER;
  3. BEGIN
  4.     GETNEWBUSENTID(c);
  5.     DBMS_OUTPUT.put_line('new biz id is: ' || c);
  6. END;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement