R12.1.3 : Package body FA_RSVLDG_REP_INS_PKG became invalid after applying patches
hello,
We have been encountering issues in iExpense approval.We applied 3 patches to our non-production instance.
The patches were 16234880, 17530389, and 17543242. After applying the patches, package body APPS.FA_RSVLDG_REP_INS_PKG became invalid. When I tried to recompile it, it returned the following errors:
Errors and versions are :
QL> select text from user_source where name='FA_RSVLDG_REP_INS_PKG' and line=2;
TEXT
----------------------------------------------------------------------------------------------------------------------------------
/*$Header: farsvins.pls 120.0.12010000.5 2012/03/15 13:44:23 gigupta noship $*/
/*$Header: farsvinb.pls 120.0.12010000.25 2013/09/26 05:47:40 adaluru noship $*/
SQL> alter package FA_RSVLDG_REP_INS_PKG compile body;
Warning: Package Body altered with compilation errors.
SQL> select line,text from user_errors where name='FA_RSVLDG_REP_INS_PKG';