DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL dependencies on QP_PRC_CONTEXTS_B

Line 421: qp_prc_contexts_b b,

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
425: b.prc_context_code = 'ORDER' and