select COUNT(*),owner, object_type
from all_objects
where STATUS = 'INVALID'
GROUP BY owner, object_type
ORDER BY owner, object_type;
from all_objects
where STATUS = 'INVALID'
GROUP BY owner, object_type
ORDER BY owner, object_type;
create or replace PACKAGE APPS.XXXX_PO_WF_SCHEDULING_PKG IS --|==========================================================================...
No comments:
Post a Comment