How to find a report called from SET_REPORT_OBJECT_PROPERTY in oracle form?
We are running Oracle report and forms 6i w/ dB 10.1g. We have an Oracle report that is called from SET_REPORT_OBJECT_PROPERTY in Oracle form as shown below when the "Run Report" PB is pressed:
SET_REPORT_OBJECT_PROPERTY(repid, REPORT_FILENAME, SUBSTR(:SYSTEM.CURRENT_FORM, 5 , LENGTH(:SYSTEM.CURRENT_FORM) -4));
Where do I find the report file name w/ either rdf or rep extension???
Any/all the help on this would be greatly appreciated. Thanks in advance.