how to print BLOB images in the xml reports,Oracle apps
Hi Friends,
I need to show the employee images from PER_IMAGES table . Please provide me any suitable solution if any one come across this kind of requirement .
Regards,
BH
How To Insert Images and Logo in the XML Publisher Reports and Documents? (Doc ID 550627.1)
How to Insert Images and BLOBs Dynamically into Word Template or Document? (Doc ID 443957.1)
HTH-
Jasmine
Hi there, we did something for our check logos printing.
Since logos are stored in the Databse as BLOB,
1 - we extract them using a function
SELECT util_Pkg. Convertblobtoclob64(Fl.File_Data)
FROM Fnd_Attached_Docs_Form_Vl Fv
WHERE ....
2 - util_Pkg. Convertblobtoclob64 is...
....
FOR i IN 1..CEIL(DBMS_LOB.GETLENGTH(p_blob_in) / l_buffer)
LOOP
l_varchar := utl_raw.cast_to_varchar2(utl_encode.base64_encode(DBMS_LOB.SUBSTR(p_blob_in,l_buffer,l_start))) DBMS_LOB.WRITEAPPEND(l_clob_base64,LENGTH(l_varchar),l_varchar) ; l_start := l_start + l_buffer;
end loop;
...
3 - This extract a bunch of character and is within the xml file use to generate the check.
4 - in the rtf Template, we just call the XML elemend field and word handle it.
Agenda Presentation: What's New in FDI 26.R3 Open Q & A: Ask your questions of implementation and product specialists Replays of past FDI CEAL Guidance Office Hours are available on Oracle VideoHub here. Fusion Data Intelligence - CEAL Guidance Office Hours The FDI Office Hours are hosted by CEAL solution architects who…
So when I click the apply button, it uses the value . Also. How do I stop the auto populate table when the report opens???? I am in OAC
Good day, please kindly assist. We are creating a graph to calculate the number of assets per milestones. However, the planners have only populated assets for only one milestone from the list of milestones the customer wants to track. Which gives an incorrect view as the project moves past different milestones that it has…
I scheduled the report in OTBI and the agent was run successfully. However, I do not receive the report after the run in my inbox. The addresses are properly recorded, and the report is in an excel format and saved as a pivot table in otbi. What can be the cause?
Anyone has any idea why the OAC documentation on custom viz is not available now? I was able to access till last week - https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsdv/build-package-extension.html. Does this mean OAC doesnt support custom viz or custom workbook extensions?
I made a parameter with letter range values… put it into a dashboard filter. Then I created an expression filter to bind it to my last name column in the table with the image I uploaded here. I am getting the following error??? Invalid Expression. Validation of parameter values failed. A general error has occurred. Message…