DBA Data[Home] [Help]

APPS.QP_PRICE_LIST_LINE_UTIL dependencies on QP_SEGMENTS_TL

Line 4238: FROM qp_segments_tl a, qp_segments_b b,

4234: CURSOR attribute_cur(a_context_type VARCHAR2, a_context_code VARCHAR2,
4235: a_pte_code VARCHAR2, a_attribute VARCHAR2)
4236: IS
4237: SELECT b.segment_code
4238: FROM qp_segments_tl a, qp_segments_b b,
4239: qp_prc_contexts_b c, qp_pte_segments d
4240: WHERE c.prc_context_type = a_context_type
4241: AND c.prc_context_code = a_context_code
4242: AND c.prc_context_id = b.prc_context_id