How to resubmit unprocessed records stuck in the MTL_TRANSACTIONS_INTERFACE table
Solution
Record may be resubmitted through the Application or using SQL*Plus.
Note: Back up the data in the table prior to making any changes using SQL*Plus.
1.Resubmission through the Application
Navigation Inventory:Transactions:Transaction Open Interface
Click in the check box under the "Submit" column
then Save
2. Resubmission through SQL*Plus.
Update MTL_TRANSACTIONS_INTERFACE Set PROCESS_FLAG = 1,
LOCK_FLAG = 2, TRANSACTION_MODE = 3,
VALIDATION_REQUIRED = 1, ERROR_CODE = NULL,
ERROR_EXPLANATION = NULL Where PROCESS_FLAG IN (1,3);
No comments:
Post a Comment