DBA Data[Home] [Help]

APPS.RCV_QUANTITIES_S dependencies on PO_DISTRIBUTIONS_ALL

Line 2596: from po_distributions_all pod, --

2592: x_qty_rcv_tolerance,
2593: x_qty_ordered,
2594: x_qty_received,
2595: x_qty_cancelled
2596: from po_distributions_all pod, --
2597: po_line_locations_all poll, --
2598: po_lines_all pol --
2599: where pod.line_location_id = poll.line_location_id
2600: and pod.po_distribution_id = p_po_distribution_id

Line 2750: from po_distributions_all pod, --

2746: x_amt_rcv_tolerance,
2747: x_amt_ordered,
2748: x_amt_received,
2749: x_amt_cancelled
2750: from po_distributions_all pod, --
2751: po_line_locations_all poll, --
2752: po_lines_all pol --
2753: where pod.line_location_id = poll.line_location_id
2754: and pod.po_distribution_id = p_po_distribution_id

Line 3452: from po_distributions_all pod, --

3448: l_qty_rcv_tolerance,
3449: l_qty_ordered,
3450: l_qty_received,
3451: l_qty_cancelled
3452: from po_distributions_all pod, --
3453: po_line_locations_all poll, --
3454: po_lines_all pol --
3455: where pod.line_location_id = poll.line_location_id
3456: and pod.po_distribution_id = p_distribution_id