DBA Data[Home] [Help]

APPS.JAI_RCV_THIRD_PARTY_PKG dependencies on RCV_SHIPMENT_LINES

Line 567: from rcv_shipment_lines

563: and (inventory_item_id, organization_id)
564: in
565: (
566: select item_id, ship_to_location_id
567: from rcv_shipment_lines
568: where shipment_header_id = p_shipment_header_id
569: );
570:
571: cursor c_get_po_dist_account (p_po_distribution_id number) is