DBA Data[Home] [Help]

APPS.WIP_DISCRETE_WS_MOVE dependencies on MTL_RESERVATIONS

Line 443: from mtl_reservations

439: to_name => null);
440:
441: select nvl(sum(primary_reservation_quantity), 0)
442: into l_inv_primary_rsv_quantity
443: from mtl_reservations
444: where demand_source_line_id = p_orderLineID
445: and organization_id = p_orgID
446: and supply_source_type_id = 13;
447: