DBA Data[Home] [Help]

APPS.QP_MODIFIER_LIST_UTIL dependencies on QP_LIMIT_ATTRIBUTES

Line 976: from qp_segments_b a,qp_prc_contexts_b b,qp_limit_attributes c,qp_limits d

972: update qp_pte_segments set used_in_setup='Y'
973: where nvl(used_in_setup,'N')='N'
974: and segment_id in
975: (select a.segment_id
976: from qp_segments_b a,qp_prc_contexts_b b,qp_limit_attributes c,qp_limits d
977: where c.limit_id = d.limit_id
978: and d.list_header_id = p_MODIFIER_LIST_rec.list_header_id
979: and a.segment_mapping_column = c.limit_attribute
980: and a.prc_context_id = b.prc_context_id