Inventory Management - EBS (MOSC)

MOSC Banner

Mtl_transactions_interface failed with error invalid LPN in the interface record.

edited Mar 6, 2013 11:08PM in Inventory Management - EBS (MOSC) 2 commentsAnswered
hi ,when i am doing the LPN split transaction
 i am getting the below error from mtl_transactions_interface

Invalid LPN in the interface record.


CREATE OR REPLACE procedure APPS.testsplit(p_organization_id in number
                                            ,p_unpack_lpn_id    in number
                                            ,p_pack_lpn_id in number
                                           ,p_err_code            out number
                                           ,p_err_msg             out varchar2
                                           ) is
l_resp_id                       number;
   l_appl_id                       number;
   l_rcv_employee_id      number;
   l_initialize_ind                 boolean;
   v_user_id                 number;
   l_user_id                  number;      
   l_txn_header_id        number;  
   v_txn_header_id        number; 
   l_upc_count              number;
   l_move_upc              varchar2(100);

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