DBA Data[Home] [Help]

APPS.PO_POXPOEDR_XMLP_PKG dependencies on PO_LINE_LOCATIONS

Line 279: po_line_locations poll

275:
276: SELECT sum(pod.quantity_ordered - pod.quantity_cancelled)
277: into quantity_released
278: FROM po_distributions pod,
279: po_line_locations poll
280: WHERE pod.po_release_id IS NOT NULL
281: AND pod.po_header_id = p_po_header_id
282: AND pod.po_line_id = p_po_line_id
283: AND pod.line_location_id = poll.line_location_id