Mtl_transactions_interface failed with error invalid LPN in the interface record.
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);
0