SR 3-5773451121 Patch 9239090 (Upgrading from 11i to 12.1.3) adworker failure - aflobbld.sql
Hi,
Customer is upgrading from 11.5.10.2 to R12.1.3. Applying patch 9239090 and had adworker failure
Had other errros fixed by note id 373187.1. Now, it is failing at
@$FND_TOP/sql/aflobbld.sql APPLSYS APPS to manually recreate FND_LOBS_CTX index
SQL> @aflobbld.sql applsys apps
fnd_imutl.help_cleanup();
*
ERROR at line 237:
ORA-06550: line 237, column 5:
PLS-00201: identifier 'FND_IMUTL.HELP_CLEANUP' must be declared
ORA-06550: line 237, column 5:
PL/SQL: Statement ignored
ORA-06550: line 313, column 5:
PLS-00201: identifier 'FND_IMUTL.MAINTAIN_INDEX' must be declared
ORA-06550: line 313, column 5:
PL/SQL: Statement ignored
select text from dba_source where line = 2
and upper(name) = upper('FND_IMUTL');