Patch 6241631 : Rel 11i : ATG : Script af4411747.sql fails at Trigger FND_USER_AU
Hi there
We are in the process of applying Patch 6241631 (11i.ATG_PF.H.delta.7) but it is failing
in the Worker from script af4411747.sql with :
sqlplus -s APPS/***** @/ora/prodappl/fnd/11.5.0/patch/115/sql/af4411747.sql &un_fnd &pw_fnd
update FND_USER set END_DATE=null where USER_ID=5
ERROR at line 1:
ORA-04068: existing state of packages has been discarded
ORA-04063: package body "APPS.FND_PROFILE" has errors
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at "APPS.FND_GLOBAL", line 1160
ORA-06512: at "APPS.FND_USER_AU", line 1
ORA-04088: error during execution of trigger 'APPS.FND_USER_AU'