DBA Data[Home] [Help]

APPS.QP_ATM_UPGRADE dependencies on QP_PRC_CONTEXTS_B

Line 21: qp_prc_contexts_b b

17: CURSOR all_seg_cur is
18: SELECT b.prc_context_code,
19: a.*
20: FROM qp_segments_b a,
21: qp_prc_contexts_b b
22: WHERE b.prc_context_id = a.prc_context_id
23: AND a.segment_id = 1;
24: --
25: g_all_seg_rec all_seg_cur%rowtype;