DBA Data[Home] [Help]

APPS.BIV_DBI_RES_PKG dependencies on POA_DBI_TEMPLATE_PKG

Line 183: ( select * from ( ' || poa_dbi_template_pkg.status_sql

179: null
180: end ||
181: '
182: from
183: ( select * from ( ' || poa_dbi_template_pkg.status_sql
184: ( P_FACT_NAME => l_mv
185: , P_WHERE_CLAUSE => l_where_clause
186: , P_JOIN_TABLES => l_join_tbl
187: , P_USE_WINDOWING => 'N'

Line 356: ' || poa_dbi_template_pkg.trend_sql

352:
353: l_stmt := l_stmt || '
354:
355: from
356: ' || poa_dbi_template_pkg.trend_sql
357: ( p_xtd => l_xtd
358: , p_comparison_type => l_comparison_type
359: , p_fact_name => l_mv
360: , p_where_clause => l_where_clause