DBA Data[Home] [Help]

APPS.WMS_LPN_LOVS dependencies on MTL_SYSTEM_ITEMS_KFV

Line 3711: mtl_system_items_kfv msik

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