PL/SQL (MOSC)

MOSC Banner

Barcode BC 128 PLSQL code

edited May 23, 2016 5:02AM in PL/SQL (MOSC) 4 commentsAnswered
Hi All,

We have written a custom PLSQL package to generate barcode strings for our XML/RDF/PDF reports.

It will generate a string as : Start Charater || Text || Check Digit || Stop Character.

We are facing issues in barcode scanning for few strings where check digit is coming as chr(32) or null.

Can someone provide us some referenece code for generating this barcode string for BC 128 fonts.

Regards

Sukhpreet

Our Customk Logic:

create or replace
PACKAGE BODY xxfc_document_delivery_pkg AS
FUNCTION barcode_char(text VARCHAR2)
RETURN VARCHAR2
IS
v_text_len                 NUMBER             := 0;
v_pos_count        NUMBER             := 1;
v_text_char        VARCHAR2(1);

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