DBA Data[Home] [Help]

APPS.QP_ATM_UPGRADE dependencies on QP_SEGMENTS_B

Line 20: FROM qp_segments_b a,

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