DBA Data[Home] [Help]

APPS.INV_RCV_STD_INSPECT_APIS dependencies on WMS_PUTAWAY_UTILS

Line 862: wms_putaway_utils.activate_plan_for_inspect

858: END LOOP; -- End MMTT Loop
859:
860: -- Activate the INSPECT operation
861: l_rec_count :=
862: wms_putaway_utils.activate_plan_for_inspect
863: (x_return_status => x_return_status,
864: x_msg_count => x_msg_count,
865: x_msg_data => x_msg_data,
866: p_org_id => l_organization_id,

Line 3011: l_rec_count := wms_putaway_utils.activate_plan_for_inspect(

3007: END IF; --END IF check lot and serial controls
3008: END LOOP; -- End MMTT Loop
3009:
3010: -- Activate the INSPECT operation
3011: l_rec_count := wms_putaway_utils.activate_plan_for_inspect(
3012: x_return_status => x_return_status
3013: , x_msg_count => x_msg_count
3014: , x_msg_data => x_msg_data
3015: , p_org_id => l_organization_id