Skip to main content
Question

Function Move Inventory Part - The moving location already exists at the site . Have to use the existing line when moving further quantities

  • January 29, 2026
  • 2 replies
  • 23 views

Forum|alt.badge.img+3

Hello, I would like to receive information about changes in functionality Move Inventory Part. Between versions 23.1.2 -> 25.1.2 the condition for MOVE_INVENTORY_PART_SVC and PROCEDURE Create_Inventory_Part_In_Stock_Delivery___

A restriction has been added:

IF (Inventory_Part_In_Stock_API.Check_Exist(contract_, part_no_, configuration_id_, location_no_, lot_batch_no_, serial_no_, eng_chg_level_, waiv_dev_rej_no_, activity_seq_, handling_unit_id_)) THEN
IF(location_no_ != parent_location_no_ AND contract_ = parent_contract_) THEN
Error_SYS.Record_General(lu_name_, 'CANNOTINSERTNEWLINE: The moving location :P1 already exists at the site :P2. Have to use the existing line when moving further quantities', location_no_, contract_); END IF; END IF

Why was this condition introduced? I would like to know the consequences of removing this condition? The message appears when a second identical offset line is added. 

 

 

2 replies

matt.watters
Ultimate Hero (Partner)
Forum|alt.badge.img+26
  • Ultimate Hero (Partner)
  • January 29, 2026

That functionality has been standard for some time. Here it is in Apps10 EE where it is an Information Message, not a Warning.

 


Forum|alt.badge.img+2

That functionality has been standard for some time. Here it is in Apps10 EE where it is an Information Message, not a Warning.

 

Sure, but I would like to know what could cause this check condition to be removed, the version I indicated did not have this restriction, which in turn breaks the processes? Will this have any serious consequences?