But these invalid objects can effect this module.
Problem:
Getting PLS-00801 on compiling invalid objects which are invalid after applied patch
We applied patch 10338643,this patch solved problem,but it generate 5 invalid in apps schema.
Invalid objects:
OE_ORDER_GRP
OE_OE_FORM_LOT_SERIAL
OE_DEFAULT_LOT_SERIAL
OE_DEFAULT_LINE_PATTR
OE_OE_FORM_HEADER_PAYMENT
Error Codes
---------------------------------------------------
PLS-00801
Solution:
1) start database in UPGRADE mode
(using STARTUP UPGRADE or ALTER DATABASE OPEN UPGRADE)
2) Run script $ORACLE_HOME/rdbms/admin/utlirp.sql
You must be connected AS SYSDBA to run this script.
3) Shut down the database and restart in normal mode
4) Run script $ORACLE_HOME/rdbms/admin/utlrp.sql
You must be connected AS SYSDBA to run this script.
There should be no other DDL on the database while running the script.
Note:It is very important and took 4 hours on my database which have 315000 objects