Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Rep-2103

438711Jan 26 2010 — edited Jan 28 2010
Hi after migrating to 10g from 6i. when I want to generate a report I am getting the following err:

rep-2103: column 'cf street_address' : pl/sql formula returned invalid value or no value below is my code:

function CF_street_addressFormula return VARCHAR2 is
begin
return(:address_line_1||' '||:address_line_2||' '||:address_line_3||' '||:address_line_4);
end;


Please help I am stuck with this problem for days now
Thanks in advance...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 25 2010
Added on Jan 26 2010
13 comments
4,062 views