DBA Data[Home] [Help]

APPS.QP_PRICE_BOOK_PVT dependencies on QP_LIST_HEADERS_VL

Line 1379: FROM qp_preq_line_attrs_tmp a, qp_list_headers_vl b

1375: a.comparison_operator_type_code, a.setup_value_from,
1376: a.setup_value_to, a.datatype,
1377: decode(a.attribute_type, QP_PREQ_GRP.G_PRICING_TYPE,
1378: 'PRICING_ATTRIBUTE', a.attribute_type) attribute_type
1379: FROM qp_preq_line_attrs_tmp a, qp_list_headers_vl b
1380: WHERE a.line_index = l_line_index2_tbl(k)
1381: AND a.line_detail_index = l_line_detail_index2_tbl(k)
1382: AND a.list_header_id = b.list_header_id
1383: AND b.list_type_code = 'PRL'