Can FND_CONCURRENT.WAIT_FOR_REQUEST be used inside the package.function that's being called by after
Hi All,
Can FND_CONCURRENT.WAIT_FOR_REQUEST be used inside the package.function that's being called by after report trigger of a XML data template.
Why need to know is ? I did call a Bursting program and wanted to know the status of it and then only on Complete Normal I wanted to do some DML.
All inside the Package.Function called by after report trigger from a Data Template.
What happens ? is the XML program XDODTEXE program runs for ever.
Need to know whether above approach is correct. And why the program runs for ever , interval was given 2 seconds , and mas time was given 0 . Still it runs for ever.