DBA Data[Home] [Help]

APPS.QP_ADD_ITEM_PRCLIST_PVT dependencies on QP_PTE_SEGMENTS

Line 92: qp_pte_segments c

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