DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_VLD_PVT dependencies on MTL_ITEM_LOCATIONS

Line 4620: FROM MTL_ITEM_LOCATIONS

4616: IF ((p_locator_id IS NOT NULL) AND (p_locator_id <> FND_API.G_MISS_NUM)) THEN
4617: BEGIN
4618: SELECT '1'
4619: INTO l_temp_id
4620: FROM MTL_ITEM_LOCATIONS
4621: WHERE inventory_location_id = p_locator_id
4622: AND organization_id = p_organization_id
4623: AND subinventory_code = p_subinventory;
4624: --