DBA Data[Home] [Help]

APPS.QP_PRICE_BOOK_PVT dependencies on QP_LIST_HEADERS_VL

Line 1399: FROM qp_preq_line_attrs_tmp a, qp_list_headers_vl b

1395: a.comparison_operator_type_code, a.setup_value_from,
1396: a.setup_value_to, a.datatype,
1397: decode(a.attribute_type, QP_PREQ_GRP.G_PRICING_TYPE,
1398: 'PRICING_ATTRIBUTE', a.attribute_type) attribute_type
1399: FROM qp_preq_line_attrs_tmp a, qp_list_headers_vl b
1400: WHERE a.line_index = l_line_index2_tbl(k)
1401: AND a.line_detail_index = l_line_detail_index2_tbl(k)
1402: AND a.list_header_id = b.list_header_id
1403: AND b.list_type_code = 'PRL'