DBA Data[Home] [Help]

APPS.QP_PRICE_LIST_LINE_UTIL dependencies on QP_ITEM_CATEGORIES_V

Line 4182: from qp_item_categories_v

4178: where category_id = to_number(p_attr_value) and rownum=1;
4179: */
4180: select category_name
4181: into l_category_name
4182: from qp_item_categories_v
4183: where category_id = to_number(p_attr_value) and rownum=1;
4184:
4185: RETURN l_category_name;
4186: /*