Advertisement
Guest User

Untitled

a guest
Aug 28th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. DECLARE outParam NUMBER(10);
  2. BEGIN
  3.     ROTAPLAN.GET_DRIVERPLANID(outParam);
  4.     DBMS_OUTPUT.PUT_LINE('id is ' || outParam);
  5. END;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement