DBA Data[Home] [Help]

APPS.QA_CHART_TREND_PKG dependencies on QA_ERES_UTIL

Line 17: RETURN qa_eres_util.get_mfg_lookups_meaning(

13: -- x-axis label for Trend chart is the meaning of the
14: -- mfg_lookups QA_TIME_SERIES_AXIS. So the p_code
15: -- is actually the lookup_code.
16: --
17: RETURN qa_eres_util.get_mfg_lookups_meaning(
18: p_lookup_type => 'QA_TIME_SERIES_AXIS',
19: p_lookup_code => p_code);
20: END get_x_axis_label;
21: