12.2.5 patch19676458 Errors-CSR_RULES_TL, ORA-00942: table or view does not exist
Doing 12.1.3 to 12.2.5 upgrade, in last stage of applying 12.2.5 upgrade patch.
Getting Following Errors:
-----------------------------
sqlplus -s APPS/***** @/u01/oracle/product/fs1/EBSapps/appl/ad/12.0.0/patch/115/sql/adsqlwrapper.sql '/u01/oracle/product/fs1/EBSapps/appl/csr/12.0.0/patch/115/sql/csrprfmg.sql &un_apps &pw_apps'
Connected.
PL/SQL procedure successfully completed.
Connected.
DELETE FROM CSR_RULES_TL;
*
ERROR at line 286:
ORA-06550: line 286, column 15:
PL/SQL: ORA-00942: table or view does not exist
=====================================
Checked the objects seems not Present in my application database.
select owner, object_name, object_type, status from all_objects where object_name like 'CSR_RULES_TL';
No rows selected...