Changing table names within APEX application
We have a requirement to change some of the table names that we currently use in our APEX applications. Is there a way, rather than having to manually edit each page and change each occurence of the table name to do this using a script (or some other way)?
Example, currently our tables are all ABC_TABLE, but we need to change them to XYZ_TABLE. How can we change all of the pages that reference these tables so they refer to XYZ_TABLE and not ABC_TABLE?