Home » Developer & Programmer » Reports & Discoverer » expression is of wrong type (oracle repoerts )
expression is of wrong type [message #647003] Mon, 18 January 2016 00:14 Go to previous message
mist598
Messages: 1195
Registered: February 2013
Location: Hyderabad
Senior Member
Hi all,

My requirement is add barcode to due_date column in oracle apps rdf report.
Due date column F_TERM_DUE_DATE(name) and it's source is TERM_DUE_DATE_FROM_PS column
function F_TERM_DUE_DATEFormatTrigger return boolean is
begin
if :p_choice != 'Adj'
then return(true);
else return(false);
end if;  
return (TRUE);
return idautomation.code128(:TERM_DUE_DATE_FROM_PS);   --> Added new code 
end;


When i am adding but getting error expression is of wrong type

could you pls help me
./fa/12962/0/


[mod-edit: imaged inserted into message body by bb]
  • Attachment: code128.PNG
    (Size: 15.01KB, Downloaded 2257 times)

[Updated on: Mon, 18 January 2016 21:58] by Moderator

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: setting up Excel Cell Borders in RPT2XLS
Next Topic: oracle fa depreciation projection report
Goto Forum:
  


Current Time: Thu Mar 28 06:58:37 CDT 2024