DBA Data[Home] [Help]

APPS.QP_PRICE_LIST_LINE_UTIL dependencies on MTL_SYSTEM_ITEMS_VL

Line 4167: from mtl_system_items_vl

4163:
4164: --changed the code to use G_ORGANIZATION_ID for performance problem on modifiers
4165: select concatenated_segments
4166: into l_item_name
4167: from mtl_system_items_vl
4168: where inventory_item_id = to_number(p_attr_value)
4169: and organization_id = l_organization_id and rownum=1;
4170:
4171: RETURN l_item_name;