select object_name,
object_type
,owner
,status
from dba_objects
where status='Invalid';
object_type
,owner
,status
from dba_objects
where status='Invalid';
create or replace PACKAGE APPS.XXXX_PO_WF_SCHEDULING_PKG IS --|==========================================================================...
No comments:
Post a Comment