/
Check for invalid objects (Transferred to SharePoint)

Check for invalid objects (Transferred to SharePoint)

This SQL query can be used to quickly check for invalid objects in our applications on development, acceptance or production.


SELECT owner, object_type, object_name FROM all_objects WHERE status = 'INVALID'

Related content

Request to indicate a DELETED Entity is "Inactive"
Request to indicate a DELETED Entity is "Inactive"
More like this
4-DATA Elements
4-DATA Elements
More like this
DBINV / BDINV
DBINV / BDINV
More like this
Error Creating Projects in NAPA/NDWL
Error Creating Projects in NAPA/NDWL
More like this