DBA Data[Home] [Help]

APPS.CSP_MINMAX_PVT dependencies on PO_REQ_DISTRIBUTIONS_ALL

Line 1743: po_req_distributions_all pod,

1739: --
1740: select sum(PRIMARY_RESERVATION_QUANTITY)
1741: into l_total_reserve_qty
1742: from mtl_reservations md, oe_order_lines_all so,
1743: po_req_distributions_all pod,
1744: po_requisition_lines_all pol
1745: where md.DEMAND_SOURCE_LINE_ID = so.LINE_ID
1746: and so.ORIG_SYS_LINE_REF = to_char(pod.DISTRIBUTION_ID)
1747: and pod.REQUISITION_LINE_ID = pol.REQUISITION_LINE_ID