Patch 6241631 (11i.ATG_PF.H.delta.7)- Oracle Application Install:11.5.10.2
Hi All,
On : 11.5.10.2 version, Patch Application Issues
Patch 6241631 (11i.ATG_PF.H.delta.7) Application Errors
Applying the patch 6241631 is failing with errors and all the adworker log file show the below message to begin with.
APP-FND-01564: ORACLE error 4063 in afpodbinit
Cause: afpodbinit failed due to ORA-04063: package body "APPS.FND_GLOBAL" has errors
ORA-06508: PL/SQL: could not find program unit being called: "APPS.FND_GLOBAL"
ORA-06512: at line 1.
The
SQL statement being executed at the time of the error was: begin
fnd_global.bless_next_init('FND_PERMIT_0000');
fnd_global.initialize(:session_id, :user_id, :resp_id, :resp_appl_id,
:security_group_id, :site_id, :login_id, :conc_login_id, :prog_appl_id,
:conc_program_id, :conc_request_id, :conc_priority_request, :form_id,
:form_application_id, :conc_process_id, :conc_queue_id, :queue_appl_id,
:server_id); fnd_profile.put('ORG_ID', :org_id);
fnd_profile.put('MFG_ORGANIZATION_ID', :mfg_org_id);
fnd_profile.put('MFG_CHART_OF_ACCOUNTS_ID', :coa);
fnd_profile.put('APPS_MAINTENANCE_MODE', :amm); end; and was executed
from the file &ERRFILE.