DBA Data[Home] [Help]

APPS.WMS_TASK_LOAD dependencies on MTL_ITEM_LOCATIONS_KFV

Line 8758: FROM mtl_item_locations_kfv

8754:
8755: -- verify if locator is active
8756: SELECT COUNT(*)
8757: INTO l_loc_active
8758: FROM mtl_item_locations_kfv
8759: WHERE NVL(disable_date, SYSDATE + 1) > SYSDATE
8760: AND organization_id = p_org_id
8761: AND subinventory_code = l_sub
8762: AND inventory_location_id = l_loc_id;