DBA Data[Home] [Help]

APPS.QP_VALIDATE_SEG dependencies on QP_QUALIFIERS

Line 596: from qp_qualifiers

592: if is_attribute_used = 'N' then
593: begin
594: select 'Y'
595: into is_attribute_used
596: from qp_qualifiers
597: where qualifier_context = l_context_code and
598: qualifier_attribute = p_SEG_rec.segment_mapping_column and
599: rownum = 1;
600: exception