is there a way to generate a list of reports and their path available in custom folder?
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
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.
Sohel
https://docs.oracle.com/en/cloud/saas/financials/23b/oedmf/glfrcreportsb-7712.html#glfrcreportsb-7712
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
Hi everyone, I'm using Oracle BI Publisher version 12c and recently I notice a strange error: when I schedule some reports that have excel templates to run, their output can not be opened without the error message "The file format and extension of <report_name> don't match. The file could be corrupted or unsafe. Unless you…
Hi everyone, We configured a SOAP connection in Oracle Integration Cloud (OIC) using OAuth authentication. However, when we run our integrations, the SOAP invocation fails intermittently. Some integration iterations fail. Most iterations succeed. Sometimes, all iterations complete successfully without any issues. When we…
OTM/GTM Product is currently using OAC for reporting. We wanted to know what is the limitation for oracle BI Publisher rtf template size. We already have verified the documentation : https://docs.oracle.com/en/cloud/paas/analytics-cloud/acpmr/top-faqs-design-publisher-reports.html But wanted to know if this generic figures…
Hi, We are trying to retrieve the complete history Bip report of assignment updates where the same assignment record has been modified multiple times with an unchanged Effective Start Date. We are currently using PER_ALL_ASSIGNMENTS_M and PER_ALL_ASSIGNMENTS_M_; however, the data returned does not consistently reflect all…
Hello Team, I am generating a BI Publisher report scheduled through an ESS Job with the output format as CSV. When the report returns no data, I need the output file to contain only the column headers. However, the generated CSV contains the headers followed by an additional first data line with delimiters only, which is…