DBA Data[Home] [Help]

APPS.QA_CHART_HISTOGRAM_PKG dependencies on QA_CHART_HEADERS

Line 150: qa_chart_headers_pkg.create_chart(

146: cp => x_cp,
147: cpk => x_cpk,
148: not_enough_data => l_dummy);
149:
150: qa_chart_headers_pkg.create_chart(
151: p_criteria_id => p_criteria_id,
152: p_title => p_title,
153: p_description => p_description,
154: p_x_label => get_x_axis_label(p_element_id, p_spec_id),

Line 163: UPDATE qa_chart_headers

159: -- Bug 5130880. Need to have spec limits, cp, cpk and uom code
160: -- in the chart header for display purpose.
161: -- bso Tue Aug 8 17:25:53 PDT 2006
162: --
163: UPDATE qa_chart_headers
164: SET last_update_date = sysdate,
165: upper_spec_limit = p_usl,
166: lower_spec_limit = p_lsl,
167: target_value = p_target_value,