/
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'
, multiple selections available,
Related content
Request to indicate a DELETED Entity is "Inactive"
Request to indicate a DELETED Entity is "Inactive"
More like this
Error & validation messaging guidelines
Error & validation messaging guidelines
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