DBA Data[Home] [Help]

APPS.JAI_RCV_THIRD_PARTY_PKG dependencies on RCV_SHIPMENT_LINES

Line 546: from rcv_shipment_lines

542: and (inventory_item_id, organization_id)
543: in
544: (
545: select item_id, ship_to_location_id
546: from rcv_shipment_lines
547: where shipment_header_id = p_shipment_header_id
548: );
549:
550: cursor c_get_po_dist_account (p_po_distribution_id number) is