DBA Data[Home] [Help]

APPS.CSP_EXCESS_PARTS_PVT dependencies on PO_REQ_DISTRIBUTIONS_ALL

Line 1791: po_req_distributions_all pod,

1787: -- Include the reserved demand from mtl_reservations
1788: select sum(PRIMARY_RESERVATION_QUANTITY)
1789: into l_total_reserve_qty
1790: from mtl_reservations md, oe_order_lines_all so,
1791: po_req_distributions_all pod,
1792: po_requisition_lines_all pol
1793: where md.DEMAND_SOURCE_LINE_ID = so.LINE_ID
1794: and so.ORIG_SYS_LINE_REF = pod.DISTRIBUTION_ID
1795: and pod.REQUISITION_LINE_ID = pol.REQUISITION_LINE_ID