DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_PVT dependencies on PO_REQ_DISTRIBUTIONS_ALL

Line 4202: PO_REQ_DISTRIBUTIONS_ALL PRD --

4198: FROM PO_REQUISITION_LINES_ALL PRL, --
4199: PO_LINE_LOCATIONS_GT POLL,
4200: PO_LINES POL,
4201: PO_DISTRIBUTIONS PD,
4202: PO_REQ_DISTRIBUTIONS_ALL PRD --
4203: WHERE POLL.line_location_id = p_line_location_id
4204: AND POLL.po_line_id = POL.po_line_id
4205: AND PRL.unit_price >= 0
4206: AND POLL.line_location_id = PD.line_location_id