DBA Data[Home] [Help]

APPS.FND_CONC_SSWA dependencies on FND_CONC_REQ_OUTPUTS

Line 826: fnd_conc_req_outputs O

822: decode(nvl(A.action_type,0), 6, O.file_size, R.ofile_size),
823: R.save_output_flag
824: from fnd_concurrent_requests R,
825: fnd_conc_pp_actions A,
826: fnd_conc_req_outputs O
827: where R.request_id = A.concurrent_request_id (+)
828: and R.request_id = O.concurrent_request_id (+)
829: and R.request_id = req_id
830: order by A.action_type desc)