Inventory Transaction Worker Gives Error "callTM fails: err" in Open Interface Table
(Doc ID 1080453.1)
Last updated on APRIL 03, 2023
Applies to:
Oracle Inventory Management - Version 12.0.6 to 12.0.6 [Release 12]Information in this document applies to any platform.
Symptoms
Inventory Transaction Worker errors out while trying to transact a subinventory transfer trasaction through the Open Interface Table (MTI). The following error occurs in the INCTCW log file:
ERROR
---------------
callTM fails: err:
The issue can be reproduced at will with the following steps:
1. Insert record into mtl_material_transactions_temp.
2 . Call INCTCW by following code
v_request_id := FND_REQUEST.SUBMIT_REQUEST
('INV' -- application
,'INCTCW' -- concurrent program short name
, i_description -- description
, NULL -- start time
, FALSE -- sub_program Call
, i_txn_header_id -- 1st parameter : transaction header id
, i_txn_type -- 2st parameter : interface Table in use( '1' :
MTL_TRANSACTIONS_INTERFACE, '2' : MTL_MATERIAL_TRANSACTIONS_TEMP)
,'' -- 3st parameter
,'' -- 4st parameter : source code
,CHR(0) -- parameter input end Mark
);
Changes
Applied 12.0.6 RUP <<Patch 6728000>>
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 |
Changes |
Cause |
Solution |
References |