Are SQL server stored procedures supported in BI Publisher 11g
I have a stored procedure that returns three values that i'd like to build a Publisher report off of. If I go and create the query as EXEC <stored procedure> it creates the data set in the diagram (with the correct field values) but when I try to do "view data" I get an XML error.
So I read this post
But I can't do add a PL/SQL element because it's not PL/SQL and the button is greyed out.
So my question is:
Are stored procs from SQL server supported in 11g BI Pub and if so, how do I do it?