INVIDITM: Performance Issue with OE_ORDER_LINES_ALL and MTL_TRANSACTIONS_INTERFACE
(Doc ID 1088225.1)
Last updated on JULY 08, 2020
Applies to:
Oracle Item Master - Version 11.5.10.0 to 12.1.2 [Release 11.5 to 12.1]Information in this document applies to any platform.
Form:INVIDITM.FMB - Define Item Information
This document includes all versions of Oracle EBS 11i and R12 and later
Symptoms
On : 11.5.10 version, Item Issues
Find when querying items in the master items form, there is a performance issue.
Most expensive script:
SELECT COUNT(1)
FROM
OE_ORDER_LINES_ALL L WHERE BOOKED_FLAG = 'Y' AND NVL(SHIPPED_QUANTITY,0) = 0
AND INVENTORY_ITEM_ID = :B2 AND OPEN_FLAG = 'Y' AND SHIP_FROM_ORG_ID = :B1
AND EXISTS (SELECT 1 FROM MTL_TRANSACTIONS_INTERFACE WHERE
TRX_SOURCE_LINE_ID = L.LINE_ID AND TRANSACTION_SOURCE_TYPE_ID IN (2,8) AND
SOURCE_CODE = 'ORDER ENTRY') AND ROWNUM = 1
EXPECTED BEHAVIOR
-----------------------
Expect query / updates in Master items form to run faster.
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Navigation: Inventory / items / master items
2. Query item
Changes
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 |
Changes |
Cause |
Solution |
References |