Inventory Management - EBS (MOSC)

MOSC Banner

The Inventory transaction worker (INCTCW) processing logic problem

edited Sep 11, 2013 12:57AM in Inventory Management - EBS (MOSC) 2 commentsAnswered
For recent 5 years we've been successfully using the open interface tables (Mtl_Transactions_Interface & Mtl_Transaction_Lots_Interface) to process material transactions from our custom Shop Floor Data Collection system. We're on 11.5.9 CU2 OeBS code level.
Our logic looks like this:
1) The Mtl_Transactions_Interface is populated with TRANSACTION_MODE = 2 (Concurrent Processing).
As per documentation transactions marked as concurrent transaction mode are processed by a dedicated transaction worker to explicitly process a set of transactions. The Transaction Manager does not process transactions marked for concurrent processing.
2) Then a dedicated Transaction Worker (INCTCW)  is launched from PL/SQL code with fnd_request.submit_request call, and passing TABLE parameter as "1" (where 1 is the interface table, 2 is temp table).

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