DBA Data[Home] [Help]

APPS.OPI_DBI_MFG_VAR_RPT_PKG dependencies on POA_DBI_TEMPLATE_PKG

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

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

Line 284: poa_dbi_template_pkg.trend_sql (

280:
281: -- Joining Outer and Inner Query
282: l_query := get_trend_sel_clause ||
283: ' from ' ||
284: poa_dbi_template_pkg.trend_sql (
285: l_xtd,
286: l_comparison_type,
287: l_mv,
288: l_where_clause,