Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

R12.1.3 : WSH_WF_LOAD_TEND is invalid after upgrade from 11.5.10.2 to 12.1.3. Can I drop this object

edited Jul 4, 2013 6:33AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 1 commentAnswered ✓
Hi,

WSH_WF_LOAD_TEND is invalid after upgrade from 11.5.10.2 to 12.1.3.

Can I drop this object? Or this should be validated?

The errors and versions are :

"/* $Header: WSHLTWFS.pls 115.0 1999/11/11 19:45:35 pkm ship        $ */
"
"/* $Header: WSHLTWFB.pls 115.3 1999/11/23 14:10:48 pkm ship        $ */
"


--------------------------------------------------------------------------------------


SQL> alter package WSH_WF_LOAD_TEND compile;

Warning: Package altered with compilation errors

SQL> select line,text from user_errors where name='WSH_WF_LOAD_TEND';

     LINE TEXT
---------- --------------------------------------------------------------------------------
      108 PL/SQL: ORA-00942: a tabela ou view não existe
      100 PL/SQL: SQL Statement ignored

SQL>
SQL> select a.line,a.text
 2  from user_source a , user_errors b
 3  where a.name='WSH_WF_LOAD_TEND'
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center