FND_GFM invalid can not launch forms
After applying p25796080_R12.FND.B_R12_LINUX.zip along with other financial product patches, I got the following object to be invalid
OWNER OBJECT_NAME OBJECT_TYPE
-------------------- ----------------------------------- -----------------------------------
APPS EAM_WORKORDERREP_PVT PACKAGE BODY
APPS FND_GFM PACKAGE BODY
When I try to compile FND-GFM
I get the following error
SQL> alter package FND_GFM compile body;
Warning: Package Body altered with compilation errors.
SQL> show errors
Errors for PACKAGE BODY FND_GFM:
LINE/COL ERROR
-------- -----------------------------------------------------------------
374/6 PL/SQL: Statement ignored
374/10 PLS-00313: 'VERIFY_FILE_TYPE' not declared in this scope
Launching forms causes the error below