DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL dependencies on QP_PTE_SEGMENTS

Line 422: qp_pte_segments c

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
426: b.prc_context_id = a.prc_context_id and