Good Day:
Oracle 11gR2
I've created a Package with Package Body as 3 Procedures that works fine. I can call it without any errors. However, if I run this query:
SELECT *
FROM user_objects
WHERE status = 'INVALID'
I get the following output:
OBJECT_NAME | SUBOBJECT_NAME | OBJECT_ID | DATA_OBJECT_ID | OBJECT_TYPE | CREATED | LAST_DDL_TIME | TIMESTAMP | STATUS | TEMPORARY | GENERATED | SECONDARY | NAMESPACE | EDITION_NAME |
TASK_PROCEDURES | 28700 | PACKAGE BODY | 5-Jul-14 | 11-Jul-14 | 2014-07-11:18:42:39 | INVALID | N | N | N | 2 |
This is an old package body I dropped approx. 4 days ago. Is that still supposed to show if I run this query?