DBA Data[Home] [Help]

APPS.FA_RX_PUBLISH dependencies on FA_RX_REPORTS

Line 280: from fa_rx_reports_v

276: END IF;
277: if m_report.report_title is null then
278: select distinct substrb (user_program_name, 1, 100)
279: into m_report.report_title
280: from fa_rx_reports_v
281: where report_id = m_report.report_id;
282: end if;
283:
284: --

Line 804: from fa_rx_reports

800:
801: select interface_table, where_clause_api
802: into l_formats(idx).interface_table,
803: l_formats(idx).where_clause_api
804: from fa_rx_reports
805: where report_id = rformat.sub_report_id;
806:
807: get_report_name(l_formats(idx).report_id,
808: l_formats(idx).conc_appname,

Line 878: from fa_rx_reports

874:
875: select interface_table, where_clause_api
876: into m_formats(m_format_count).interface_table,
877: m_formats(m_format_count).where_clause_api
878: from fa_rx_reports
879: where report_id = m_report.report_id;
880:
881:
882: get_report_name(

Line 1545: fa_rx_reports rx,

1541:
1542: select a.application_short_name, c.concurrent_program_name
1543: into p_appname, p_concname
1544: from
1545: fa_rx_reports rx,
1546: fnd_concurrent_programs c,
1547: fnd_application a
1548: where
1549: rx.application_id = c.application_id and

Line 2722: from fa_rx_reports

2718: arp_util_tax.debug('request_id: '||request_id);
2719: END IF;
2720:
2721: select purge_api into l_purge_api
2722: from fa_rx_reports
2723: where report_id = l_report_id;
2724:
2725: IF (g_print_debug) THEN
2726: arp_util_tax.debug('purge_api: '|| l_purge_api);