My Oracle Support Banner

Create Intercompany AR Invoices INCIAR Performance Issue MTL_MATERIAL_TRANSACTIONS (Doc ID 1358206.1)

Last updated on MAY 01, 2023

Applies to:

Oracle Inventory Management - Version 11.5.10.2 and later
Information in this document applies to any platform.

Symptoms

On : 11.5.10.2 version, Intercompany Invoicing

ACTUAL BEHAVIOR
---------------
Create InterCompany AR Invoices (INCIAR) appears to never completes, it cannot get past the following script:

update /*+ PARALLEL(mtl_material_transactions) +*/
mtl_material_transactions set invoiced_flag=null
where
((invoiced_flag='N' and transaction_source_type_id in (2,8)) and
transaction_action_id in (28,3))

Final Line in Log file is: Mark inelligible records in mmt

EXPECTED BEHAVIOR
-----------------------
Expect Create InterCompany AR Invoices to complete in a timely manner.

STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Launch INCIAR
2. It runs forever
3. Kill the job

BUSINESS IMPACT
-----------------------
The issue has the following business impact:
Due to this issue, users cannot process Intercompany Invoices.

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.