Hello all,
Are there any reports/tools which can be used for renaming objects (tables, structures, classes, programs..etc) and replacing the old content (for example replacing the old used objects in a class method or a report with the new renamed objects...basically an entire refactory process)?
I have a package with an entire range of objects (data elements, tables, structures, views, tables types, classes, interfaces, programs) and I have to copy and rename every single one of this object with a different namespace. There are quite a lot of objects and a lot of dependecies between them also.
Can anyone help me please?