DBA Data[Home] [Help]

APPS.QP_ID_TO_VALUE dependencies on QP_LIST_HEADERS_VL

Line 2816: FROM qp_list_headers_vl

2812: IF p_price_list_id IS NOT NULL THEN
2813:
2814: SELECT NAME
2815: INTO l_price_list
2816: FROM qp_list_headers_vl
2817: WHERE list_header_id = p_price_list_id and
2818: list_type_code='PRL';
2819:
2820: END IF;