We applied Patch 13559636 on the instance and later found out that its updating the package FND_SSO_
Hi Anuj,
Welcome to patching community !!!
Issue: We applied Patch 13559636 on the instance and later found out that its updating the package FND_SSO_MANAGER but the specification is still older one.
OWNER OBJECT_NAME OBJECT_TYPE STATUS CREATED LAST_DDL_TIME
-------------------- -------------------------------- ------------------ ---------- --------------- ---------------
APPS FND_SSO_MANAGER PACKAGE VALID 10-JUL-03 30-SEP-09
APPS FND_SSO_MANAGER PACKAGE BODY INVALID 11-JUL-03 14-MAY-13
SQL> alter package apps.FND_SSO_MANAGER compile body;
Warning: Package Body altered with compilation errors.
SQL> sho errors
Errors for PACKAGE BODY APPS.FND_SSO_MANAGER:
LINE/COL ERROR
------------------- ------------------
276/13 PL/SQL: Statement ignored
-------------------- -------------------------------- ------------------ ---------- --------------- ---------------
APPS FND_SSO_MANAGER PACKAGE VALID 10-JUL-03 30-SEP-09
APPS FND_SSO_MANAGER PACKAGE BODY INVALID 11-JUL-03 14-MAY-13
SQL> alter package apps.FND_SSO_MANAGER compile body;
Warning: Package Body altered with compilation errors.
SQL> sho errors
Errors for PACKAGE BODY APPS.FND_SSO_MANAGER:
LINE/COL ERROR
------------------- ------------------
276/13 PL/SQL: Statement ignored
Tagged:
1