DBA Data[Home] [Help]

APPS.CTO_WIP_WRAPPER dependencies on MTL_RESERVATIONS

Line 1724: Reserved Qty = Qty in mtl_reservations

1720:
1721: Description: This function is to support AutoCreate Supply for
1722: Partial Order Qty
1723: It returns the quantity for which supply has been created.
1724: Reserved Qty = Qty in mtl_reservations
1725: + Qty in wip_job_schedule_interface
1726: In case of an error, 0 qty will be returned.
1727:
1728: Modified by :

Line 1754: from mtl_reservations mr,

1750: mr.reservation_uom_code,
1751: msi.primary_uom_code,
1752: null,
1753: null)),0)
1754: from mtl_reservations mr,
1755: oe_order_headers_all oeh,
1756: oe_order_lines_all oel,
1757: mtl_system_items msi --bugfix 2074290: added msi
1758: where oel.line_id = pLineId