码迷,mamicode.com
首页 > 其他好文 > 详细

循环调用MAIN

时间:2015-03-06 16:31:52      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:

--单位转移录入
declare
oi_errcode integer;
oc_errtext varchar2(100);
begin
for p in (select * from ssunitinfo where ocid = ‘104‘ and hjstatus > 10 and hjstatus < 31 and snmend > 0) loop
PKG_CPDWZY_PROCESS.p_main(‘014010‘,p.sncode,1,‘<ywsj><zrocid>121</zrocid><zrorgcode>100</zrorgcode></ywsj>‘, oi_errcode, oc_errtext);
end loop;
end;

循环调用MAIN

标签:

原文地址:http://www.cnblogs.com/scoracle/p/4318510.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!