Is it possible to run the Account Analysis Report ( XLAAARPT) with PL/SQL stored procedure?
Hi Gurus
Before R12, the EBS has the Payables Account Analysis Report (PAAR) and it provides a lot of vendor-related information.
With R12, the old PAAR report is no longer valid and Oracle suggests to run Account Analysis Report (XLAAARPT) instead.
We have customized the old one so much and I would like to invoke the new report from stored procedure.
Currently I see the report call the xla_acct_analysis_rpt_pkg.beforeReport function to populate all the required information into the global temporary table xla_report_balances_gt.
Is it possible to invoke the report the way Oracle call the java DTO engine invokes?