DBA Data[Home] [Help]

APPS.QP_UPDATE_UTIL dependencies on QP_QUALIFIERS

Line 96: from qp_qualifiers

92:
93: BEGIN
94: select 1
95: into l_count
96: from qp_qualifiers
97: where list_header_id = l_list_header_id_tbl(i)
98: and NOT (qualifier_context = 'MODLIST' and
99: qualifier_attribute = 'QUALIFIER_ATTRIBUTE4')
100: and rownum = 1;

Line 133: from qp_qualifiers

129:
130: BEGIN
131: select 1
132: into l_count
133: from qp_qualifiers
134: where list_header_id = l_list_header_id_tbl(i)
135: and nvl(list_line_id,-1) = -1
136: and rownum = 1;
137:

Line 163: from qp_qualifiers

159: --increment qual ind by 8
160: BEGIN
161: select 1
162: into l_count
163: from qp_qualifiers
164: where list_header_id = l_list_header_id_tbl(i)
165: and list_line_id = l_list_line_id_tbl(i)
166: and rownum = 1;
167: