DBA Data[Home] [Help]

APPS.GMI_ALLOCATE_INVENTORY_PVT dependencies on WSH_UTIL_CORE

Line 401: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;

397: AND l_override_rules <> 1 AND l_lot_qty = 1)
398: THEN
399: GMI_RESERVATION_UTIL.PrintLn('WARNING! Allocation Parameters Conflict with Allocation Criteria on the form...');
400: GMI_RESERVATION_UTIL.PrintLn('Allocation Parametrs require that allocation is made from a single lot. Allocate All Specified Lots is chosen on the screen and No Lots/Multiple Lots are specified; Returning........');
401: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
402: RETURN;
403: END IF;
404:
405: