DBA Data[Home] [Help]

APPS.MRP_FLOW_SCHEDULE_UTIL dependencies on MTL_RESERVATIONS

Line 8033: FROM mtl_reservations

8029: P_ITEM_ID,
8030: RESERVATION_UOM_CODE,
8031: RESERVATION_QUANTITY)), 0)
8032: INTO l_reserved_qty
8033: FROM mtl_reservations
8034: WHERE organization_id = p_org_id
8035: AND inventory_item_id = p_item_id
8036: AND demand_source_line_id = p_line_id
8037: AND ( nvl(p_use_open_quantity,'N') = 'N'