代码改变世界

调用标准API抓取错误信息

2015-12-10 15:32  TRACEING  阅读(337)  评论(0编辑  收藏  举报

FND_MESSAGE_PUB.get

exception when others then
for i in 1.. fnd_msg_pub.Count_Msg loop
dbms_output.put_line( fnd_msg_pub.Get(p_msg_index => i,p_encoded => 'F'));
end loop;