Reporting - EBS (MOSC)

MOSC Banner

How can I suppress the check character for Code 39 Barcode in Oracle Reports Builder

edited Aug 27, 2024 3:36PM in Reporting - EBS (MOSC) 2 commentsAnswered

How can I suppress the check character for Code 39 Barcode in Oracle Reports Builder

I created a barcode in Oracle Reports Builder that contains a Subinventory field, carriage return, line feed and Locator field. I used Code 39 in EBS 12.2.10. The only problem with the barcode is the additional check character at the end of the Locator field. The view for the report has the following SQL for the barcode field:

NVL (rqmnts.supply_subinventory, 'PROD')

|| '$M$J'

|| NVL (mil.SEGMENT1, 'PROD')

|| '-'

|| NVL (mil.SEGMENT2, 'NO')

|| '-'

|| NVL (MIL.SEGMENT3, 'LOC')

supply_locator,

Is there some code I can add/modify to the code below to eliminate the check character from the barcode for Code 39 barcodes?

Tagged:

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