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

MOSC Banner

Invalid objects after Database upgrade 10G to 11G

edited Oct 2, 2012 8:48PM in Install, Upgrade, Clone, Patch - EBS (MOSC) 4 commentsAnswered ✓
Hi,

Apps 12.0.4

Customer have had several invalid objects after db upgrade.
Compiling apps schema and other steps have reduced the number to a few.
For these objects tried the following.

1. For
CST_LAYER_ACTUAL_COST_DTLS_V
IEX_BPD_CNSLD_INV_REMAINING_V
AR_CBA_EFT_USER_NUMBER_V
Please run 

SELECT text
FROM all_views
WHERE view_name = upper('<VIEW_NAME>'); 

select * from user_errors where name = 'CST_LAYER_ACTUAL_COST_DTLS_V'
select * from user_errors where name = 'IEX_BPD_CNSLD_INV_REMAINING_V'
select * from user_errors where name = 'AR_CBA_EFT_USER_NUMBER_V'
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