DBA Data[Home] [Help]

APPS.QA_CHART_TREND_PKG dependencies on QA_CHART_HEADERS_PKG

Line 40: qa_chart_headers_pkg.create_chart(

36: -- Simple wrapper to qa_chart_generic_pkg since a Trend
37: -- Chart uses the generic charting architecture.
38: --
39:
40: qa_chart_headers_pkg.create_chart(
41: p_criteria_id => p_criteria_id,
42: p_title => p_title,
43: p_description => p_description,
44: p_x_label => get_x_axis_label(p_x_element_id),

Line 46: qa_chart_headers_pkg.get_function_axis_label(

42: p_title => p_title,
43: p_description => p_description,
44: p_x_label => get_x_axis_label(p_x_element_id),
45: p_y_label =>
46: qa_chart_headers_pkg.get_function_axis_label(
47: p_element_id => p_y_element_id,
48: p_function_code => p_function_code),
49: x_chart_id => x_chart_id);
50: