Categories
- All Categories
- 162 Oracle Analytics News
- 29 Oracle Analytics Videos
- 14.8K Oracle Analytics Forums
- 5.7K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 56 Oracle Analytics Trainings
- 13 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 2 Oracle Analytics Industry
- Find Partners
- For Partners
Is there a way to generate a list of reports with it's path

Answers
-
Hi @Sohel.IN-Oracle -
You will be able to find the information using below tables.
gl_frc_reports_b
gl_frc_reports_tl
Thanks,
Abhilash
0 -
Hello @Abhilash K - Deloitte USI,
I tried with gl_frc_reports_b but I am getting blank output as I don't have general ledger implemented in the application.
Thanks,
Sohel
0 -
I would not trust the accuracy of the data in this table if you are looking for a report on the actual date times the report was created in the OTBI folders.
As an example, for a DM I created in 2022, from the OTBI folders the creation date is - 30/Sep/2022 15:23:49
However, from the table GL_FRC_REPORTS_B, the date is showing as - 11/Dec/2023 16:04:44
This is clearly not correct.
I suspect this is linked to the way the table is populated; from this SR.
----
How To Query Details Of ALL BIP, OTBI and FRC Reports (Doc ID 2722120.1)
<excerpt from Bug: 31996857>:
The description is correct and it takes care of 3 types of reports namely BIP, OTBI and Financial Report.
The report information will not be inserted into the table GL_FRC_REPORTS_B immediately after creating the new report and catalog in Custom folder.
For getting the entry into this table you need to do the following steps after creating the report in the Custom folder.
1. Login to the environment home page : https://<pod....com>/
2. Navigate to the following location:
Others >> Financial Reporting Centre
3. Upon clicking "Financial Reporting Centre" and navigating to this FRC page the new custom report entry will be created in the GL_FRC_REPORTS_B table.
----
I suspect the dates in the table are when the the FRC page was accessed, not when the Reports were created.
So, @Sohel.IN-Oracle , if you navigate to FRC (which I believe is available without implantation of GL) I would guess a list of reports will be available for you to look at. Please do try and let us know.
I do not know of an accurate way to list this information. If anyone does please do post an update.
Thanks
StuJM
2