BI Publisher (MOSC)

MOSC Banner

Attach or include a pdf that is stored as a BLOB in FND_LOBS table into the main BIP report

edited May 21, 2016 5:01AM in BI Publisher (MOSC) 14 commentsAnswered
Have a BIP report , wish to include an external BLOB stored file (in this case it resides as a pdf format) into the main report.

The attachment can appear inline or as an attachment within the main report.

What I tried.

1. Using a db function extracted the BLOB and converted it into base64 into an .xml file

2. In the rtf template created the following element mapping

<fo:instream-foreign-object content-type="application/pdf">
<xsl:value-of select="/COE_PO_BLOB/LIST_G_BLOB/G_BLOB/FILE_DATA"/>
</fo:instream-foreign-object>

where FILE_DATA element stores the blob data in base64

However not able to accomplish the result.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center