DBA Data[Home] [Help]

APPS.OE_BLANKET_PRICING_UTIL dependencies on QP_PTE_SEGMENTS

Line 134: qp_pte_segments c

130: the precedence as 700 and not the user updated value.*/
131: SELECT a.user_precedence INTO l_user_precedence
132: FROM qp_segments_v a,
133: qp_prc_contexts_b b,
134: qp_pte_segments c
135: WHERE
136: b.prc_context_type = 'QUALIFIER' and
137: b.prc_context_code = 'ORDER' and
138: b.prc_context_id = a.prc_context_id and