Patch 16000686 fails on five PER forms with PL/SQL error: identifier 'APPS.HR_NL_EXTRA_ASG_RULES' mu
Release 12.1.3
Applied hrms rup 6 patch 16000686 on our development system. It fails on five per forms: pernlobj, perwsema, perwsepi, perwshrg and perwsqhm. They all fail for the same reason: identifier 'APPS.HR_NL_EXTRA_ASG_RULES' must be declared.
The package is owned by APPS_APPLMGR on our system.
SQL> select owner, object_name, object_type
2 from sys.dba_objects
3 where object_name = 'HR_NL_EXTRA_ASG_RULES';
OWNER OBJECT_NAME OBJECT_TYPE
-------------------- ------------------------------ -------------------
APPS_APPLMGR HR_NL_EXTRA_ASG_RULES PACKAGE
APPS_APPLMGR HR_NL_EXTRA_ASG_RULES PACKAGE BODY