Where I can find the .rtf locations I uploaded in XML Publisher of Oracle EBS R12? I just wanted to know the locations of all the rtf I published?
Please tell me the command of linux through which i can know..or anything
Where I can find the .rtf locations I uploaded in XML Publisher of Oracle EBS R12? I just wanted to know the locations of all the rtf I published?
Please tell me the command of linux through which i can know..or anything
BI Publisher .rtf templates are not uploaded to OS level, they are stored as blobs in DB table xdo_lobs.file_data as below (see full query in Blitz Report XDO Publisher Datasources)
If you want to see them as clob, you need a function like xxen_util.blob_to_clob.