Hello Erman,
I have compiled invalid objects using adadmin. When I am querying:
select * from dba_objects
where status='INVALID'
and object_name like 'INL%';
output.xlsI am getting the above invalid object. I am recompiling manually
alter package <owner>.<name of the package> compile;
alter package <owner>.<name of the package> compile body;
Completing with errors.