DBA Data[Home] [Help]

APPS.QP_PRICE_LIST_LINE_UTIL dependencies on QP_SEGMENTS_TL

Line 4384: FROM qp_segments_tl a, qp_segments_b b,

4380: CURSOR attribute_cur(a_context_type VARCHAR2, a_context_code VARCHAR2,
4381: a_pte_code VARCHAR2, a_attribute VARCHAR2)
4382: IS
4383: SELECT b.segment_code
4384: FROM qp_segments_tl a, qp_segments_b b,
4385: qp_prc_contexts_b c, qp_pte_segments d
4386: WHERE c.prc_context_type = a_context_type
4387: AND c.prc_context_code = a_context_code
4388: AND c.prc_context_id = b.prc_context_id