DBA Data[Home] [Help]

APPS.ISC_MAINT_LAB_BLG_RPT_PKG dependencies on POA_DBI_TEMPLATE_PKG

Line 201: l_stmt := l_stmt || poa_dbi_template_pkg.status_sql

197: ||l_drill_across ||','
198: ||isc_maint_rpt_util_pkg.get_inner_select_col(l_join_tbl)||' from ';
199:
200: l_stmt := l_stmt || l_inner_query;
201: l_stmt := l_stmt || poa_dbi_template_pkg.status_sql
202: ( p_fact_name => l_mv
203: , p_where_clause => l_where_clause
204: , p_join_tables => l_join_tbl
205: , p_use_windowing => 'Y'