Hello,
Please need help on this
I have a business requirement where I need to generate bar-code based upon the field value:
create table table_a
(
code varchar2(50));
insert into table_a
values('GA-101');
insert into table_a
values('BA-101');
insert into table_a
values('CA-101');
insert into table_a
values('EA-101');
insert into table_a
values('GA-101');
commit;
I need to generate the barcode in Report using PL/SQL based upon field values