DBA Data[Home] [Help]

APPS.QP_PRICE_BOOK_UTIL dependencies on QP_PTE_SEGMENTS

Line 2165: qp_pte_segments ps, qp_pte_request_types_b pr

2161: BEGIN
2162: SELECT 1, nvl(user_valueset_id, seeded_valueset_id)
2163: INTO l_count, l_valueset_id
2164: FROM qp_segments_b s, qp_prc_contexts_b c,
2165: qp_pte_segments ps, qp_pte_request_types_b pr
2166: WHERE s.segment_mapping_column = p_pb_input_lines_tbl(j).attribute
2167: AND s.prc_context_id = c.prc_context_id
2168: AND c.prc_context_code = p_pb_input_lines_tbl(j).context
2169: AND c.prc_context_type = p_pb_input_lines_tbl(j).attribute_type