DBA Data[Home] [Help]

APPS.OPI_DBI_RES_EFF_PKG dependencies on POA_DBI_TEMPLATE_PKG

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

102:
103: -- construct the query
104: l_query := get_status_sel_clause (l_view_by, l_period_type, l_org)
105: || ' from ((
106: ' || poa_dbi_template_pkg.status_sql (l_mv,
107: l_where_clause,
108: l_join_tbl,
109: 'N',
110: l_col_tbl,

Line 311: poa_dbi_template_pkg.trend_sql (

307:
308: -- Joining Outer and Inner Query
309: l_query := get_trend_sel_clause(l_view_by, null) ||
310: ' from ' ||
311: poa_dbi_template_pkg.trend_sql (
312: l_xtd,
313: l_comparison_type,
314: l_mv,
315: l_where_clause,