DBA Data[Home] [Help]

APPS.QP_ADD_ITEM_PRCLIST_PVT dependencies on QP_PRC_CONTEXTS_B

Line 90: qp_prc_contexts_b b,

86:
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