Created
March 17, 2014 12:41
-
-
Save zelark/9598523 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
declare | |
l_number_i_am_interested_in number; | |
l_p2_dummy number; | |
l_p3_dummy number; | |
begin | |
api(p1 => l_number_i_am_interested_in, | |
p2 => l_p2_dummy, | |
p3 => l_p3_dummy); | |
end; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment