DBA Data[Home] [Help]

APPS.WMS_LPN_LOVS dependencies on INV_VALIDATE

Line 2543: IF (l_result = INV_Validate.F) THEN

2539: BEGIN
2540: l_lpn.lpn_id := NULL;
2541: l_lpn.license_plate_number := p_lpn;
2542: l_result := wms_container_pub.Validate_LPN(l_lpn);
2543: IF (l_result = INV_Validate.F) THEN
2544: -- LPN was not found
2545: x_result := 2;
2546: ELSE
2547: -- LPN was found and is therefore valid