My Oracle Support Banner

MTL_TXN_REQUEST_LINES_SN Table Under "SECTION-20 :Table Must Have An Editioning View" (Doc ID 2682166.1)

Last updated on MAY 16, 2024

Applies to:

Oracle Applications DBA - Version 12.2 to 12.2.9 [Release 12.2Cloud to 12.2]
Information in this document applies to any platform.

Symptoms

On : 12.2.9 version, Upgrade related issues

MTL_TXN_REQUEST_LINES_SN table under "SECTION-20 :Table must have an editioning view"
 

ERROR
-----------------------
After applying Online Patching Enablement patch 13543062:R12.AD.C, we notice in the Online Patching Database Compliance Checker report, under Section 20, one table:

Elapsed: 00:00:25.94
DOC> **********************************************************************
DOC> SECTION-20 [full]
DOC> **********************************************************************
DOC> "Table must have an editioning view."
DOC>
DOC> - P2: These tables may not be patched using online patching.
DOC> - Fix: Execute the table upgrade procedure.
DOC> SQL> exec ad_zd_table.upgrade(table_owner, new_table_name)
DOC> Note: Tables that are dynamically created by application runtime
DOC> can be ignored.
DOC> Note: Tables that end with "_A" are typically audit tables
DOC> by the Audit Trail feature, and can be ignored.
DOC> Note: This check is only active after Online Patching Enablement.
DOC>#

OWNER TABLE_NAME
---------------- ------------------------------
INV MTL_TXN_REQUEST_LINES_SN

1 row selected.
 
As suggesting by the report, when we try to execute the fix, we are receiving the below error:

exec ad_zd_table.upgrade('INV', 'MTL_TXN_REQUEST_LINES_SN');
BEGIN ad_zd_table.upgrade('INV', 'MTL_TXN_REQUEST_LINES_SN'); END;

*
ERROR at line 1:
ORA-42305: only an Editioning view may replace an Editioning view
ORA-06512: at "APPS.AD_ZD_TABLE", line 1035
ORA-06512: at "APPS.AD_ZD_TABLE", line 1154
ORA-06512: at line 1


STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. We are currently in the process of 12.2.9 upgrade from R12.1.3.

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.