We're having a bit of trouble getting a return value from an Oracle Function.<br><br>The function works fine, inserts into a couple of tables and returns a string value.<br><br>How do I get at that returned value in CF?<br><br>This is what we have at the moment:<br><br><FONT FACE=monospace><b><br><cfquery name="CallCre8QWO" datasource="MAX_PROD"><br>{<br> call maximo.cre8qwo(<br> 'WAPPR',<br> 'CARGILL',<br> 'Something',<br> '88000',<br> 'BROCKLB',<br> 5,<br> 7,<br> 5,<br> 'FACILITY'<br> )<br>}<br></cfquery><br><cfoutput "CallCre8QWO"><br></cfoutput><br></font></b><br><br>All help greatly appreciated - we're working on this right now so any quick response would be appreciated. I've got this post marked to notify me via e-mail.<br><br>Thanks.