DBA Data[Home] [Help]

APPS.IGI_IAC_PROJ_PKG dependencies on FA_RX_REPORTS

Line 112: FROM fa_rx_reports r,

108: BEGIN
109: -- Get the report id
110: SELECT report_id
111: INTO l_report_id
112: FROM fa_rx_reports r,
113: fnd_concurrent_programs c,
114: fnd_application a
115: WHERE r.application_id = a.application_id
116: AND r.application_id = c.application_id