DBA Data[Home] [Help]

APPS.OPI_DBI_RES_VAR_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 373: poa_dbi_template_pkg.trend_sql (

369:
370: -- Joining Outer and Inner Query
371: l_query := get_trend_sel_clause(l_view_by, null) ||
372: ' from ' ||
373: poa_dbi_template_pkg.trend_sql (
374: l_xtd,
375: l_comparison_type,
376: l_mv,
377: l_where_clause,