PROCESS MOVE ORDER Error..
I am trying to automate order processing from a third party system, requirement is to create/book order, create/release pick, update the lot provided by third party system and then ship confirm.
I am stuck while updating the lot on move order created by pick release api I get an error. Anyone can shade some lights what I am doing wrong?
Error Message :INV INV_INVALID_ATTRIBUTE N ATTRIBUTE Lot number
below is the script for move order update and process
PROCEDURE PROCESS_MOVE_ORDER (p_source_line_id NUMBER,
p_delivery_detail_id NUMBER,
p_lot_number VARCHAR2)