Invalid created after applying patch 16354525
Release 12.1.3
After applying patch 16354525, the below invalid was created. We tried compiling it manually, but the manual compilation did not take. Please advise.
============================================
SQL> alter package APPS.HR_ASSIGNMENT_INTERNAL compile body;
Warning: Package Body altered with compilation errors.
SQL> show errors
Errors for PACKAGE BODY APPS.HR_ASSIGNMENT_INTERNAL:
LINE/COL ERROR
-------- -----------------------------------------------------------------
6432/3 PL/SQL: Statement ignored
6432/3 PLS-00306: wrong number or types of arguments in call to
'PRE_DELETE'
===========================================