DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL dependencies on QP_SEGMENTS_V

Line 420: FROM qp_segments_v a,

416: /*The precedence with which pricing was being called was hardcoded as 700(the seeded value)
417: so even if this value is changed in Pricing Setup the price list being created via BSO has
418: the precedence as 700 and not the user updated value.*/
419: SELECT a.user_precedence INTO l_user_precedence
420: FROM qp_segments_v a,
421: qp_prc_contexts_b b,
422: qp_pte_segments c
423: WHERE
424: b.prc_context_type = 'QUALIFIER' and