Subinventory Transfer via API
I am trying to code a subinventory transfer that processes instantly without having to wait for jobs to run in EBS.
I have created a process that does a subinventory transfer using the INV.MTL_TRANSACTIONS_INTERFACE and INV.MTL_TRANSACTION_LOTS_INTERFACE tables.
I write data to those two tables and then call APPS.INV_TXN_MANAGER_PUB.PROCESS_TRANSACTIONS.
The transaction is now sitting in the Transaction Interface (Inventory > transactions > Transaction Open Interface). It stays in here until the Material Transaction Interface (Inventory > Setup > Interface Managers) manager runs. I have this set to run every 5 min but I need to be able to call this interface on demand via a stored procedure.