DBA Data[Home] [Help]

APPS.WMS_LPN_LOVS dependencies on INV_VALIDATE

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

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