DBA Data[Home] [Help]

APPS.QP_PRICE_BOOK_PVT dependencies on QP_PREQ_RLTD_LINES_TMP

Line 1415: FROM qp_preq_rltd_lines_tmp r, qp_preq_ldets_tmp b, qp_preq_line_attrs_tmp a

1411: a.value_to, a.comparison_operator_type_code,
1412: a.datatype, b.operand_value, b.operand_calculation_code,
1413: b.recurring_value,
1414: sysdate, l_user_id, sysdate, l_user_id, l_login_id
1415: FROM qp_preq_rltd_lines_tmp r, qp_preq_ldets_tmp b, qp_preq_line_attrs_tmp a
1416: WHERE l_list_line_type_code2_tbl(k) = 'PBH'
1417: AND r.line_index = l_line_index2_tbl(k)
1418: AND r.line_detail_index = l_line_detail_index2_tbl(k)
1419: AND r.relationship_type_code = QP_PREQ_GRP.G_PBH_LINE -- just in case db goes to table before first condition