Inventory Management - EBS (MOSC)

MOSC Banner

How to re-process those records stuck in mtl_transactions_interface with error_code 'Oracle error' ?

edited Nov 27, 2012 4:55AM in Inventory Management - EBS (MOSC) 8 commentsAnswered ✓
Hi,

We are trying to perform misc.receipt through material transactions interface. But some records stuck with the error_code 'Oracle error' and error_explanation 'One or more transactions failed for this group of records.'

When we tried to re-process using below script, it is still failing with the same error_code 'Oracle error' but this time error explanation is blank. Please advise how to re-process these records successfuly ?

UPDATE apps.MTL_TRANSACTIONS_INTERFACE
SET PROCESS_FLAG = 1,                                   
LOCK_FLAG = 2,                             
TRANSACTION_MODE = 3,                            
ERROR_CODE = NULL  ,
error_explanation = null                                 
WHERE PROCESS_FLAG = 3                                                                     
AND source_line_id = 3199131

Thanks,

Saravanan

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center