DBA Data[Home] [Help]

APPS.INV_RCV_STD_DELIVER_APIS dependencies on PO_DISTRIBUTIONS

Line 1659: , po_distributions pod

1655: , rcv_shipment_headers rsh
1656: , rcv_shipment_lines rsl
1657: , mtl_system_items msi
1658: , po_lines pol
1659: , po_distributions pod
1660: WHERE rsup.rcv_transaction_id = v_rcv_txn_id
1661: AND rsup.to_organization_id = p_organization_id
1662: AND pod.line_location_id = rsup.po_line_location_id
1663: AND pod.po_distribution_id = v_po_distribution_id

Line 2040: , po_distributions pod

2036: , rcv_shipment_headers rsh
2037: , rcv_shipment_lines rsl
2038: , mtl_system_items msi
2039: , po_lines pol
2040: , po_distributions pod
2041: WHERE rsup.rcv_transaction_id = v_rcv_txn_id
2042: AND rsup.to_organization_id = p_organization_id
2043: AND pod.line_location_id = rsup.po_line_location_id
2044: AND pod.po_distribution_id = v_po_distribution_id

Line 2147: , po_distributions pod

2143: , rcv_supply rsup
2144: , rcv_shipment_headers rsh
2145: , rcv_shipment_lines rsl
2146: , po_lines pol
2147: , po_distributions pod
2148: WHERE rsup.rcv_transaction_id = v_rcv_txn_id
2149: AND rsup.to_organization_id = p_organization_id
2150: AND pod.line_location_id = rsup.po_line_location_id
2151: AND pod.po_distribution_id = v_po_distribution_id