I use PL/SQL Developer 8.0.0.1480 and I got such an error. While I test function of a package having the following declaration:
"FUNCTION GetObjectXML(p_object_id IN NUMBER) RETURN xmltype"
with p_object_id = 10000000007031383, PL/SQL Developer rounds this number to 10000000007031400 and because...