Can I use Concurrent Manager to execute a native BI Publisher report?
I want to create reports with BI Publisher Enterprise using its output options (Excel, e-mail, http, etc.), data sources (Oracle Apps database), data sets (SQL, Discoverer, etc.) and layout templates and then run or schedule the reports from Oracle Apps Concurrent Manager that is using the same Oracle database. I believe that I could probably populate the Oracle table QRTZ_JOB_DETAILS with a PL/SQL package but I would have to have a means to load the BLOB column called JOB_DATA. Is there an existing PL/SQL package that can populate this table that I can utilize? Or can I get directions on