DBA Data[Home] [Help]

APPS.WMS_PICK_LOAD_UI dependencies on WMS_ITEM_LOCATIONS_KFV

Line 294: from wms_item_locations_kfv

290:
291: IF (Nvl(l_alias_enabled, 'N') = 'Y') THEN
292:
293: select concatenated_segments INTO l_locator_lpn
294: from wms_item_locations_kfv
295: where alias =p_locator_lpn
296: and SUBINVENTORY_CODE = p_subinventory_code
297: and ORGANIZATION_ID = p_organization_id;
298: