[Home] [Help]
250: (
251: SELECT file_data,file_content_type
252: from fnd_attached_documents fad,
253: fnd_documents fd,
254: fnd_documents_tl fdl,
255: fnd_lobs fl
256: WHERE fdl.document_id = fad.document_id
257: and fd.document_id= fdl.document_id
258: and fd.media_id = fl.file_id