Is WMS_LPN_PROCESS_TEMP obsolete in R12
Warehouse Management
We are upgrading from EBS 11i to R12.1.3
One of our custom code is calling wms_container_pub.generate_lpn which has the following out parameters p_lpn_id, p_lpn_out and p_process_id.
We were using the value in p_process_id in our custom code for reference in our label printing program. The p_process_id value refers to wms_lpn_process_temp.process_id
Unlike 11i, In R12 the API is not returning any value into the p_process_id parameter. (It is still returning p_lpn_id).
I have checked and found that the 11i version of the wms_container_pub.generate_lpn is eventually calling WMS_CONTAINER_PVT.Generate_LPN, which returns p_process_id