调用标准API抓取错误信息

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;

你可能感兴趣的:(调用标准API抓取错误信息)