DBA Data[Home] [Help]

APPS.FND_CONC_SSWA dependencies on FND_CONC_REQ_OUTPUTS

Line 887: fnd_conc_req_outputs O

883: decode(nvl(A.action_type,0), 6, O.file_size, R.ofile_size),
884: R.save_output_flag
885: from fnd_concurrent_requests R,
886: fnd_conc_pp_actions A,
887: fnd_conc_req_outputs O
888: where R.request_id = A.concurrent_request_id (+)
889: and R.request_id = O.concurrent_request_id (+)
890: and R.request_id = req_id
891: order by A.action_type desc)