DBA Data[Home] [Help]

APPS.JAI_RCV_THIRD_PARTY_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 643: po_line_locations_all pll

639: pll.ship_to_organization_id,
640: pll.ship_to_location_id
641: FROM
642: rcv_transactions rt,
643: po_line_locations_all pll
644: where rt.po_line_location_id=pll.line_location_id AND
645: rt.transaction_id=cp_transaction_id;
646:
647: