DBA Data[Home] [Help]

APPS.OPI_DBI_PROD_SCRAP_PKG dependencies on POA_DBI_TEMPLATE_PKG

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

108:
109: -- construct the query
110: l_query := get_status_sel_clause (l_view_by, l_period_type,l_org)
111: || ' from ((
112: ' || poa_dbi_template_pkg.status_sql (l_mv,
113: l_where_clause,
114: l_join_tbl,
115: 'N',
116: l_col_tbl,

Line 345: poa_dbi_template_pkg.trend_sql (

341:
342: -- Joining Outer and Inner Query
343: l_query := get_trend_sel_clause(l_view_by, null) ||
344: ' from ' ||
345: poa_dbi_template_pkg.trend_sql (
346: l_xtd,
347: l_comparison_type,
348: l_mv,
349: l_where_clause,