Clarification - MOS Note 2241076.1 regarding set_process_id
As per the note, the item import interface's set_process_id seems to be restricted to a maximum of 2147483647.
However, as seen in the INVPOPIF.inopinp_open_interface_process, the CURSOR wrong_trans_type_msii and CURSOR wrong_trans_type_miri consider the condition ' OR transaction_type IS NULL OR set_process_id >= 900000000000'
Has anyone encountered any issues with the set_process_id ever ? I saw few records in the mtl_system_items_interaface that have set_process_id set to 1001711202010 (automatically by system for the child organizations' records when I was trying to update description at master organization using set process id as 1711202010).