Any way to invoke a true after report trigger?
I am running 10g, and the after report trigger is really an after data fetch trigger. I have a requirement to move some files after the files are burst. Unfortunately, the after report trigger fires before the files are bursted. I know if I use custome JAVA to access the API's you can pretty much do anything, but is there a way to do it from the front end application?