Thursday, May 12, 2011

How to find out if a given object is obsolete

List of obsolete objects in a given release such as Rel 12.1.3 can be retrieved from table ad_obsolete_objects.



select *
from ad_obsolete_objects
where object_name like 'AP_CHE%'

No comments:

Post a Comment