DBA Data[Home] [Help]

APPS.OE_BLANKET_PRICING_UTIL dependencies on QP_SEGMENTS_V

Line 132: FROM qp_segments_v a,

128: /*The precedence with which pricing was being called was hardcoded as 700(the seeded value)
129: so even if this value is changed in Pricing Setup the price list being created via BSO has
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