0% found this document useful (0 votes)
50 views

Genrate QR Code in EBS Custom Report - P

This document provides instructions for generating QR codes in Oracle EBS reports. It outlines prerequisites like FTP and development tools. It then details steps to upload and deploy custom JAR files, create database objects like a package to generate encryption data, create an RDF and XML file, and use the publisher to create an RTF with the embedded QR code image. The overall process allows generating dynamic QR codes in Oracle EBS reports.

Uploaded by

Ahmed Mousa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views

Genrate QR Code in EBS Custom Report - P

This document provides instructions for generating QR codes in Oracle EBS reports. It outlines prerequisites like FTP and development tools. It then details steps to upload and deploy custom JAR files, create database objects like a package to generate encryption data, create an RDF and XML file, and use the publisher to create an RTF with the embedded QR code image. The overall process allows generating dynamic QR codes in Oracle EBS reports.

Uploaded by

Ahmed Mousa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

How to Generate QR Code in Oracle EBS

Reports

Author(s):
Creation Date: November 30th, 2021
Last Updated: November 30th, 2021
Version: 1.0
DOCUMENT CONTROL

Change Record
Date Author Version Change Reference

Reviewers
Name Position

Distribution

Copy No. Name Location


CONTENT

Contents
CONTENT........................................................................................................................................3
Prerequisites...................................................................................................................................4
Upload & Deploy JAR Files..............................................................................................................4
Create Database Objects................................................................................................................5
Create PKG..................................................................................................................................5
Verify Function...........................................................................................................................5
Create RDF & Generate XML File....................................................................................................6
Publisher & Create RTF...................................................................................................................6
Prerequisites
 FTP tool to upload JAR’S on application server
 Toad or Sql Developer Tool
 Report Builder
 RTF included BI Publisher Tool

Upload & Deploy JAR Files

Create custom folder into Application Server

 Run the below commands

loadjava -force -genmissing -r -user apps/pws@SID -verbose core-1.7.jar

loadjava -force -genmissing -r -user apps/ pws @SID -verbose javase-1.7.jar

loadjava -force -genmissing -r -user apps/ pws @SID -verbose qrgen-1.2.jar


Create Database Objects
Create Java Source

Create PKG

Verify Function
to generate Encryption data as a below query
SELECT xxGenrate_QRCode.Print_QRCODE ('Input Your Data') FROM DUAL;
Create RDF & Generate XML File

Publisher & Create RTF

 After import XML File the add your Filed in the below script

<fo:instream-foreign-object content-type="image/jpg" xdofo:alt="An Image" height="5cm"


width="5cm"><xsl:value-of select=".//IMAGE_QR"/>

You might also like