Need help to complete XML Publisher Report output with WARNING based on value derived in Data Query
Hi All,
In XML Publisher Report, can we complete output with WARNING based on value derived from Data Query (written in XML Data Definition). I believe, we could do it, if we have query in Before Report trigger, that will allow us read data from query to global variable and validate the global variable in after report trigger and complete program with warning using fnd_concurrent.set_completion_status. But in my case, I have written queries in Data Definition(.XML file), so is there any why to read result set came from dataQuery and achieve my requirement?
Thanks in advance for your inputs.