I've never worked with oracle but if the function behaves the same as something like the min() function, you could access it's value like this:
<cfquery name="q1" datasource="d1">
select SIFRANT (val IN CHAR, sif IN CHAR) as var1
</cfquery>
<cfoutput>#q1.var1#</cfoutput>
Hope this helps,
GJ