Administrator
|
There can be several reasons for this.
First things coming in my mind is, some one may have deleted or maybe adop deleted it because the deployment wasn't accurately done.
Or maybe it was caused by a couple of fs_clone operations with bad timings..(Remember fs_clone -> recreates the entire patch edition file system as a fresh copy of the run edition)
You need to do your custom deployments according to the "Developing and Deploying Customizations in Oracle E-Business Suite Release 12.2 (Doc ID 1577661.1)"
You need to deploy your custom rdf reports in to your custom tops.
For tracking the changes that is done on the filesystem, you can use an OS layer audit utility.
As for Linux, you can use auditd.
|