DBA Data[Home] [Help]

APPS.XDO_DGF_RPT_PKG dependencies on XDO_DGF_RPT_CONTEXTS

Line 119: xdo_dgf_rpt_contexts rc,

115: tv.template_name template_name,
116: tv.template_code template_code,
117: tv.template_application template_application -- added column 19.4.2006
118: FROM xdo_dgf_block_contexts bc,
119: xdo_dgf_rpt_contexts rc,
120: xdo_dgf_reports_v rv,
121: xdo_dgf_tpl_contexts tc,
122: xdo_dgf_templates_v tv,
123: fnd_request_group_units ru,

Line 365: || 'FROM XDO_DGF_RPT_CONTEXT_PARAMETERS p, XDO_DGF_RPT_CONTEXTS c '

361: l_rpt_context_id_list := l_rpt_context_id_list || ',';
362: END IF;
363: END LOOP;
364: l_sql := 'SELECT c.report_code, c.report_application, p.parameter_type, p.parameter_value, p.parameter_name ' -- modified 29.11.2006 - new column PARAMETER_NAME
365: || 'FROM XDO_DGF_RPT_CONTEXT_PARAMETERS p, XDO_DGF_RPT_CONTEXTS c '
366: || 'WHERE p.xrc_id = c.id '
367: || ' AND c.id in ('
368: || l_rpt_context_id_list
369: || ')'