DBA Data[Home] [Help]

APPS.IGI_IAC_PROJ_PKG dependencies on FND_APPLICATION

Line 114: fnd_application a

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
117: AND r.concurrent_program_id = c.concurrent_program_id
118: AND a.application_short_name = 'IGI'