DBA Data[Home] [Help]

APPS.QP_ADD_ITEM_PRCLIST_PVT dependencies on QP_PTE_SEGMENTS

Line 91: qp_pte_segments c

87: CURSOR precedence_cur(a_pte_code VARCHAR2)
88: IS SELECT a.user_precedence
89: FROM qp_segments_v a,
90: qp_prc_contexts_b b,
91: qp_pte_segments c
92: WHERE
93: b.prc_context_type = 'PRODUCT' and
94: b.prc_context_code = 'ITEM' and
95: b.prc_context_id = a.prc_context_id and