Blitz Report Category Assignments
Description
Run
Blitz Report Category Assignments and other Oracle EBS reports with Blitz Report™ on our demo environment
select xrv.report_name, xrcv.category, xxen_util.user_name(xrca.created_by) created_by, xrca.creation_date from xxen_reports_v xrv, xxen_report_category_assigns xrca, xxen_report_categories_v xrcv where xrv.report_id=xrca.report_id and xrca.category_id=xrcv.category_id order by xrv.report_name, xrcv.category |