DBA Data[Home] [Help]

APPS.POA_DBI_PQC_PKG dependencies on FND_GLOBAL

Line 210: l_sec_context) || ' from ('||fnd_global.newline||

206: l_view_by,
207: l_view_by_col,
208: l_url,
209: l_asof_year - l_prev_asof_year,
210: l_sec_context) || ' from ('||fnd_global.newline||
211: poa_dbi_template_pkg.union_all_status_sql(
212: p_mv => l_mv_tbl,
213: p_join_tables => l_join_tbl,
214: p_use_windowing => 'Y',

Line 917: and fact.cost_center_id = cc.child_cc_id'||fnd_global.newline;

913: ' || l_where_clause;
914: if(l_sec_context = 'COMP')then
915: l_query := l_query || '
916: and fact.company_id = com.child_company_id
917: and fact.cost_center_id = cc.child_cc_id'||fnd_global.newline;
918: end if;
919: l_query :=l_query || '
920: ) f
921: where f.ent_year_id = cip.ent_year_id