4685497 : 11.5.10.2 : Invalid FND_GFM
Hi Firdosh : Welcome to the EBS Patching community. This thread will address your following Invalid -
ORA-4063
ORA-04063: package body "APPS.FND_GFM" has errors
ORA-06508: PL/SQL: could not find program unit being called: "APPS.FND_GFM"
ORA-06512: at "APPS.FND_HELP", line 759
ORA-06512: at "APPS.ICX_ADMIN_SIG", line 112
ORA-06512: at "APPS.ORACLECONFIGURE", line 735
ORA-06512: at line 28
When we try to compile pacakages, we get following errors.
SQL> alter package apps.FND_GFM compile body;
Warning: Package Body altered with compilation errors.
SQL> show errors
Errors for PACKAGE BODY APPS.FND_GFM:
LINE/COL ERROR
-------- -----------------------------------------------------------------
1566/8 PL/SQL: SQL Statement ignored
ORA-4063
ORA-04063: package body "APPS.FND_GFM" has errors
ORA-06508: PL/SQL: could not find program unit being called: "APPS.FND_GFM"
ORA-06512: at "APPS.FND_HELP", line 759
ORA-06512: at "APPS.ICX_ADMIN_SIG", line 112
ORA-06512: at "APPS.ORACLECONFIGURE", line 735
ORA-06512: at line 28
When we try to compile pacakages, we get following errors.
SQL> alter package apps.FND_GFM compile body;
Warning: Package Body altered with compilation errors.
SQL> show errors
Errors for PACKAGE BODY APPS.FND_GFM:
LINE/COL ERROR
-------- -----------------------------------------------------------------
1566/8 PL/SQL: SQL Statement ignored
Tagged:
0