DBA Data[Home] [Help]

APPS.QP_PRICE_LIST_LINE_UTIL dependencies on QP_ITEM_CATEGORIES_V

Line 4036: from qp_item_categories_v

4032: where category_id = to_number(p_attr_value) and rownum=1;
4033: */
4034: select category_name
4035: into l_category_name
4036: from qp_item_categories_v
4037: where category_id = to_number(p_attr_value) and rownum=1;
4038:
4039: RETURN l_category_name;
4040: /*