DBA Data[Home] [Help]

APPS.ISC_DEPOT_COMPLETION_PKG dependencies on POA_DBI_TEMPLATE_PKG

Line 101: ' || poa_dbi_template_pkg.status_sql (p_fact_name => l_mv,

97:
98: l_query := GET_COMPLETION_TBL_SEL_CLAUSE ( p_view_by_dim => l_view_by
99: ,p_view_by_col => l_view_by_col )
100: || ' from
101: ' || poa_dbi_template_pkg.status_sql (p_fact_name => l_mv,
102: p_where_clause => l_where_clause,
103: p_join_tables => l_join_tbl,
104: p_use_windowing => 'Y',
105: p_col_name => l_col_tbl,

Line 406: ' || poa_dbi_template_pkg.trend_sql(p_xtd => l_xtd,

402: p_to_date_type => 'XTD');
403:
404: l_query := GET_COMPLETION_TRD_SEL_CLAUSE (l_view_by)
405: || ' from
406: ' || poa_dbi_template_pkg.trend_sql(p_xtd => l_xtd,
407: p_comparison_type => l_comparison_type,
408: p_fact_name => l_mv,
409: p_where_clause => l_where_clause,
410: p_col_name => l_col_tbl,