DBA Data[Home] [Help]

APPS.WSH_MAPPING_DATA dependencies on MTL_CUSTOMER_ITEMS

Line 3224: mtl_customer_items

3220: l_inv_item_id
3221: from oe_order_lines_all ol,
3222: mtl_system_items_kfv msik,
3223: oe_sets,
3224: mtl_customer_items
3225: where ol.line_id = p_reference_line_id
3226: and ol.inventory_item_id = msik.inventory_item_id
3227: and ol.ship_from_org_id = msik.organization_id
3228: and ol.ship_set_id = set_id (+)