DBA Data[Home] [Help]

APPS.OPI_DBI_RES_UTL_PKG dependencies on POA_DBI_TEMPLATE_PKG

Line 99: ' || poa_dbi_template_pkg.status_sql (l_mv,

95: -- construct the query
96:
97: l_query := get_status_sel_clause (l_view_by)
98: || ' from ((
99: ' || poa_dbi_template_pkg.status_sql (l_mv,
100: l_where_clause,
101: l_join_tbl,
102: 'N',
103: l_col_tbl,

Line 312: poa_dbi_template_pkg.trend_sql (

308:
309: -- Joining Outer and Inner Query
310: l_query := get_trend_sel_clause(l_view_by, null) ||
311: ' from ' ||
312: poa_dbi_template_pkg.trend_sql (
313: l_xtd,
314: l_comparison_type,
315: l_mv,
316: l_where_clause,