Reporting - EBS (MOSC)

MOSC Banner

Report Error

edited Dec 13, 2021 5:21PM in Reporting - EBS (MOSC) 1 commentAnswered

Hi All,

Working in Oracle EBS Version 12.2.10

Reports 10g XML Publisher Version 12.2.1.4

Trying to create an image as QR Code with this function MAKE_QR.qr_bin

link below

Qr_code : Report Builder 10g

https://www.araboug.org/ib/topic/63346-qr_code-report-builder-10g/

الرجاء المساعدة في انشاء QR_CODE في الريبورت 10G وليس باركود شكراا لاهتمامكم


it is working fine on both client and server with PDF format, when i change to xml then it is giving an error

below query

SELECT customer_number,

    customer_name,

    qty_invoiced,

    trx_number,

    trx_date,

    vat_amt,

    amt tot_amt

, MAKE_QR.qr_bin(CUSTOMER_NUMBER||chr(10)||CUSTOMER_NAME||chr(10)||TRX_DATE||chr(10)||VAT_AMT||chr(10)||AMT) QR_CODE

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