DBA Data[Home] [Help]

APPS.INV_CR_ASN_DETAILS dependencies on WMS_LPN_CONTENTS

Line 982: from wms_lpn_contents wlpc,

978: (select wlpn.license_plate_number,
979: wlpc.quantity,
980: wlpc.lot_number,
981: wlpn.lpn_id
982: from wms_lpn_contents wlpc,
983: wms_license_plate_numbers wlpn
984: where wlpc.parent_lpn_id = wlpn.lpn_id
985: and wlpn.source_header_id = p_interface_transaction_rec.shipment_header_id
986: and wlpc.inventory_item_id = p_interface_transaction_rec.item_id