DBA Data[Home] [Help]

APPS.FA_RX_PUBLISH dependencies on FA_RX_REPORTS

Line 281: from fa_rx_reports_v

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

Line 805: from fa_rx_reports

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

Line 879: from fa_rx_reports

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

Line 1526: fa_rx_reports rx,

1522:
1523: select a.application_short_name, c.concurrent_program_name
1524: into p_appname, p_concname
1525: from
1526: fa_rx_reports rx,
1527: fnd_concurrent_programs c,
1528: fnd_application a
1529: where
1530: rx.application_id = c.application_id and

Line 2654: from fa_rx_reports

2650: arp_util_tax.debug('request_id: '||request_id);
2651: END IF;
2652:
2653: select purge_api into l_purge_api
2654: from fa_rx_reports
2655: where report_id = l_report_id;
2656:
2657: IF (g_print_debug) THEN
2658: arp_util_tax.debug('purge_api: '|| l_purge_api);