Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Include URL in BI Publisher report to allow viewing of invoice attachments

Summary:

I am trying to find a way to include a url link to a scanned invoice images stored as pdf attachments in Oracle from a BI Publisher report.


Content (required):

I am trying to find a way to include a link to scanned invoice images stored as pdf attachments in Oracle.

I thought I was making progress when I found this; -


select doc.*

from fnd_documents_vl doc

where doc.document_id in (select document_id from fnd_attached_documents fad where fad.entity_name = 'AP_INVOICES_ALL' and fad.pk1_value in (select to_char(inv.invoice_id) from ap_invoices_all inv where inv.invoice_num = &invoice_num))

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!