DBA Data[Home] [Help]

APPS.MRP_FLOW_SCHEDULE_UTIL dependencies on MTL_RESERVATIONS

Line 8060: FROM mtl_reservations

8056: P_ITEM_ID,
8057: RESERVATION_UOM_CODE,
8058: RESERVATION_QUANTITY)), 0)
8059: INTO l_reserved_qty
8060: FROM mtl_reservations
8061: WHERE organization_id = p_org_id
8062: AND inventory_item_id = p_item_id
8063: AND demand_source_line_id = p_line_id
8064: AND ( nvl(p_use_open_quantity,'N') = 'N'