DBA Data[Home] [Help]

APPS.OPI_DBI_PRD_CST_MARGIN_PKG dependencies on POA_DBI_TEMPLATE_PKG

Line 98: ' || poa_dbi_template_pkg.status_sql (p_fact_name => l_mv,

94:
95: -- construct the query
96: l_query := get_status_sel_clause (l_view_by, l_join_tbl)
97: || ' from
98: ' || poa_dbi_template_pkg.status_sql (p_fact_name => l_mv,
99: p_where_clause => l_where_clause,
100: p_join_tables => l_join_tbl,
101: p_use_windowing => 'Y',
102: p_col_name => l_col_tbl,

Line 422: poa_dbi_template_pkg.trend_sql (p_xtd => l_xtd,

418:
419: -- Joining Outer and Inner Query
420: l_query := get_trend_sel_clause(l_view_by, null) ||
421: ' from ' ||
422: poa_dbi_template_pkg.trend_sql (p_xtd => l_xtd,
423: p_comparison_type => l_comparison_type,
424: p_fact_name => l_mv,
425: p_where_clause => l_where_clause,
426: p_col_name => l_col_tbl,