Inventory Management - EBS (MOSC)

MOSC Banner

Inventory transaction worker not be triggered to do Miscellaneous Transactions

edited May 28, 2013 3:07AM in Inventory Management - EBS (MOSC) 2 commentsAnswered
Dear All,
Customer works on 11.5.10.2.

Customer use a customized program to call Inventory transaction worker to do the  Miscellaneous Transactions by following code:

LB_LAUNCH_OK := INV_TM.LAUNCH (PROGRAM  => 'INXTCW',
                                  ARGS     => TO_CHAR(LN_TRANSACTION_HEADER_ID),
                                  TIMEOUT  => 120 ,
                                  RC_FIELD => NULL);
LB_LAUNCH_OK is a Boolean value what will be return by  INV_TM.LAUNCH this program

The problem encountered is,  the Miscellaneous Transactions was not done when the return Boolean is FALSE. Inventory transaction worker is not triggered to do Miscellaneous Transactions. But the problem was solved after they restart the Inventory Manager service.Why the Miscellaneous Transactions was not done? Can you give  any instructions to figure out what issue we might meet and how to solve it.

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