Oracle Reports (MOSC)

MOSC Banner

I am creating QR bar code as defined in doc1678110.1. I can get the QR code to work in reports buil

edited Nov 19, 2017 4:05AM in Oracle Reports (MOSC) 4 commentsAnswered

I am creating QR bar code as defined in doc1678110.1.  I can get the QR code to work in reports builder but when I run it from a URL I get this message:  REP-1401: A fatal PL/SQL error occurred in program unit qr_codeformula. ORA-39565: Message 39565 not found;  product=RDBMS; facility=ORA

here is the report formula.

function qr_codeFormula return varchar is

  image_file_name VARCHAR2(1000);

begin

  image_file_name := SRW.CREATE_TEMPORARY_FILENAME ;

  qrcode.generate (:pdf417 , image_file_name);

  return(image_file_name); 

end;

Any assistance would be appreciated.

Louis

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