DBA Data[Home] [Help]

APPS.CTO_WIP_WRAPPER dependencies on MTL_RESERVATIONS

Line 1870: Reserved Qty = Qty in mtl_reservations

1866:
1867: Description: This function is to support AutoCreate Supply for
1868: Partial Order Qty
1869: It returns the quantity for which supply has been created.
1870: Reserved Qty = Qty in mtl_reservations
1871: + Qty in wip_job_schedule_interface
1872: In case of an error, 0 qty will be returned.
1873:
1874: Modified by :

Line 1900: from mtl_reservations mr,

1896: mr.reservation_uom_code,
1897: msi.primary_uom_code,
1898: null,
1899: null)),0)
1900: from mtl_reservations mr,
1901: oe_order_headers_all oeh,
1902: oe_order_lines_all oel,
1903: mtl_system_items msi --bugfix 2074290: added msi
1904: where oel.line_id = pLineId