DBA Data[Home] [Help]

APPS.AHL_OSP_QUERIES_PVT dependencies on OE_ORDER_LINES_ALL

Line 1657: oe_order_lines_all oel

1653: ),0) into l_quant_ship_notbooked
1654:
1655: from ahl_osp_order_lines ospl, ahl_osp_orders_b osp,
1656: /* Fix for the AE Bug 5673279 (Release/Holding of inventory items) */
1657: oe_order_lines_all oel
1658: where
1659: ospl.osp_order_id = osp.osp_order_id and
1660: osp.status_code <> 'CLOSED' and
1661: /* Fix for the AE Bug 5673279 (Release/Holding of inventory items)