Created
October 10, 2013 10:46
-
-
Save sujinlee/6916494 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
exec :pt_no := '88888888'; | |
select * | |
from ACPPRICD | |
where PT_NO = :pt_no ; | |
define in_pt_no = '88888888' | |
select * | |
from ACPPRICD | |
where PT_NO = &&in_pt_no; | |
var x refcursor ; | |
exec PKG_ORDER.SELECTDRUGLIST('', '' ,'811', '1', 'I' ,'Y', '', '', '001000', '1',:x ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment