DBA Data[Home] [Help]

APPS.INV_RCV_STD_DELIVER_APIS dependencies on PO_DISTRIBUTIONS

Line 1625: , po_distributions pod

1621: , rcv_shipment_headers rsh
1622: , rcv_shipment_lines rsl
1623: , mtl_system_items msi
1624: , po_lines pol
1625: , po_distributions pod
1626: WHERE rsup.rcv_transaction_id = v_rcv_txn_id
1627: AND rsup.to_organization_id = p_organization_id
1628: AND pod.line_location_id = rsup.po_line_location_id
1629: AND pod.po_distribution_id = v_po_distribution_id

Line 2006: , po_distributions pod

2002: , rcv_shipment_headers rsh
2003: , rcv_shipment_lines rsl
2004: , mtl_system_items msi
2005: , po_lines pol
2006: , po_distributions pod
2007: WHERE rsup.rcv_transaction_id = v_rcv_txn_id
2008: AND rsup.to_organization_id = p_organization_id
2009: AND pod.line_location_id = rsup.po_line_location_id
2010: AND pod.po_distribution_id = v_po_distribution_id

Line 2113: , po_distributions pod

2109: , rcv_supply rsup
2110: , rcv_shipment_headers rsh
2111: , rcv_shipment_lines rsl
2112: , po_lines pol
2113: , po_distributions pod
2114: WHERE rsup.rcv_transaction_id = v_rcv_txn_id
2115: AND rsup.to_organization_id = p_organization_id
2116: AND pod.line_location_id = rsup.po_line_location_id
2117: AND pod.po_distribution_id = v_po_distribution_id