DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_VLD_PVT dependencies on MTL_ITEM_LOCATIONS

Line 4534: FROM MTL_ITEM_LOCATIONS

4530: IF ((p_locator_id IS NOT NULL) AND (p_locator_id <> FND_API.G_MISS_NUM)) THEN
4531: BEGIN
4532: SELECT '1'
4533: INTO l_temp_id
4534: FROM MTL_ITEM_LOCATIONS
4535: WHERE inventory_location_id = p_locator_id
4536: AND organization_id = p_organization_id
4537: AND subinventory_code = p_subinventory;
4538: --