DBA Data[Home] [Help]

APPS.HRI_OLTP_PMV_QUERY_TREND dependencies on HRI_OLTP_PMV_UTIL_PKG

Line 239: hri_oltp_pmv_util_pkg.substitute_bind_values

235: --
236: -- build sql with bind_format 'SQL' and log result
237: --
238: l_debug_sql := l_return_sql;
239: hri_oltp_pmv_util_pkg.substitute_bind_values
240: (p_bind_tab => p_bind_tab,
241: p_bind_format => 'SQL',
242: p_sql => l_debug_sql);
243: --

Line 252: hri_oltp_pmv_util_pkg.substitute_bind_values

248: --
249: -- Substitute binds if in SQL mode
250: --
251: IF (p_trend_sql_params.bind_format = 'SQL') THEN
252: hri_oltp_pmv_util_pkg.substitute_bind_values
253: (p_bind_tab => p_bind_tab,
254: p_bind_format => 'SQL',
255: p_sql => l_return_sql);
256: END IF;