DBA Data[Home] [Help]

APPS.OPI_DBI_MTL_VAR_RPT_PKG dependencies on POA_DBI_TEMPLATE_PKG

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

84:
85: -- construct the query
86: l_query := get_status_sel_clause (l_view_by, l_period_type, l_org)
87: || ' from ((
88: ' || poa_dbi_template_pkg.status_sql (l_mv,
89: l_where_clause,
90: l_join_tbl,
91: 'N',
92: l_col_tbl,

Line 266: poa_dbi_template_pkg.trend_sql (

262:
263: -- Joining Outer and Inner Query
264: l_query := get_trend_sel_clause ||
265: ' from ' ||
266: poa_dbi_template_pkg.trend_sql (
267: l_xtd,
268: l_comparison_type,
269: l_mv,
270: l_where_clause,