DBA Data[Home] [Help]

APPS.IBE_PROD_RELATION_RULE_PVT dependencies on MTL_SYSTEM_ITEMS_VL

Line 605: FROM mtl_system_items_vl MSIV

601: l_display_name := l_display_name || l_section_disp_name;
602: ELSE
603: SELECT MSIV.description
604: INTO l_display_name
605: FROM mtl_system_items_vl MSIV
606: WHERE inventory_item_id = p_object_id
607: AND organization_id = L_ORGANIZATION_ID;
608: END IF;
609: