DBA Data[Home] [Help]

APPS.WMS_LPN_LOVS dependencies on MTL_SYSTEM_ITEMS_KFV

Line 3712: mtl_system_items_kfv msik

3708: NVL(wlpn.gross_weight, 0),
3709: wlpn.content_volume_uom_code,
3710: NVL(wlpn.content_volume, 0)*/
3711: FROM wms_license_plate_numbers wlpn,
3712: mtl_system_items_kfv msik
3713: WHERE wlpn.organization_id = p_org_id
3714: AND wlpn.inventory_item_id IS NOT NULL
3715: AND msik.inventory_item_id = wlpn.inventory_item_id
3716: AND msik.organization_id = wlpn.organization_id