INVALID object HR_WPM_NTF_UTIL after applying patch 14592242
Hi Community
After applying patch 14592242 , which was recommended by Oracle Support with SR 3-###########
we are now having invalid object HR_WPM_NTF_UTIL
we are running on R12.1.3
I found no solution on oracle support , please let me know if anyone had the issue
and I don't know what impact it has but before users complain I need it fixed
SQL> select object_name,owner,object_type from dba_objects where status like 'INVALID';
OBJECT_NAME
--------------------------------------------------------------------------------
OWNER OBJECT_TYPE
------------------------------ -------------------
HR_WPM_NTF_UTIL
APPS PACKAGE BODY
SQL> alter package HR_WPM_NTF_UTIL compile body;
Warning: Package Body altered with compilation errors.