DBA Data[Home] [Help]

APPS.QP_CURR_DETAILS_UTIL dependencies on QP_PRC_CONTEXTS_B

Line 726: from qp_segments_b a,qp_prc_contexts_b b

722: update qp_pte_segments d set used_in_setup='Y'
723: where nvl(used_in_setup,'N')='N' and
724: exists
725: (select 'x'
726: from qp_segments_b a,qp_prc_contexts_b b
727: where a.segment_mapping_column = p_CURR_DETAILS_rec.curr_attribute
728: and a.segment_id = d.segment_id
729: and a.prc_context_id = b.prc_context_id
730: and b.prc_context_type = p_CURR_DETAILS_rec.curr_attribute_type