DBA Data[Home] [Help]

APPS.QP_PRICE_LIST_LINE_UTIL dependencies on MTL_SYSTEM_ITEMS_VL

Line 4021: from mtl_system_items_vl

4017:
4018: --changed the code to use G_ORGANIZATION_ID for performance problem on modifiers
4019: select concatenated_segments
4020: into l_item_name
4021: from mtl_system_items_vl
4022: where inventory_item_id = to_number(p_attr_value)
4023: and organization_id = l_organization_id and rownum=1;
4024:
4025: RETURN l_item_name;