Invalid objects after Database upgrade 10G to 11G
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:
0