Apps11i XML Publisher and problem with max integer value
Hi,
We have recently encountered an issue in our application which we believe may be due to the max integer value being breached. We use core financials but wrap it with custom features. All the Payment Processing is core financials. We pass a check number (P_CHECK_ID) through concurrent request to XDO. The parameter datatype in the XML template is 'number'. The XDO concurrent request log shows the number of the P_CHECK_ID.
One of the first lines of output generated by XDO is to report the parameters. If the P_CHECK_ID is greater than 2,147,483,647 then it is reported as <P_CHECK_ID></P_CHECK_ID>. If the P_CHECK_ID is less than that number then it reports <P_CHECK_ID>2147483600</P_CHECK_ID> (as an example).