DBA Data[Home] [Help]

APPS.WIP_DISCRETE_WS_MOVE dependencies on MTL_RESERVATIONS

Line 414: from mtl_reservations

410: to_name => null);
411:
412: select nvl(sum(primary_reservation_quantity), 0)
413: into l_inv_primary_rsv_quantity
414: from mtl_reservations
415: where demand_source_line_id = p_orderLineID
416: and organization_id = p_orgID
417: and supply_source_type_id = 13;
418: