How you will Diaplay the Company LOGO In report.Can anyone
knows please give solution

Answer Posted / yadav

Take cf in data model
write following code and make sure that jpg file in server

function CF_2Formula return char is
v_instance varchar2(20);
v_request_id number;
begin
begin
select name
into v_instance
from v$database;
exception
when others then
v_instance := null;
end;

RETURN('HILLOGO.JPG');

end;

take the field in layout give source as cf

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

where to define interorganization transaction charges and what are the different options?

1941


Can we create tables in apps schema?

610


Can you explain the difference between architecture followed in 10g & 11g?

650


What is a value set? List its various types.

646


In support project one ticket alloted which steps follows manualy tell me ?

2215






What are file in oracle.

1803


is it possible to run the interface without using oracle apps?

1512


Tell me how to debug the report?

631


How can a process be deployed in soa?

688


How is choreography different from orchestration?

641


If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?

1639


Hi, Anybody please send me the Oracle APPS 1i technical interview questions (Real time) as wel as sample resume also?

2120


Hi any one plz help me .i need 2 or 3 customized and 2 or 3 development reports on PO module..if any body having plz send me with one by one step ,i mean where u do the customization and wht are the steps u follwed when u do the customization,wht are fields u added or deleted ,How u added or these fields as per clinet requirement and wht are errors u faced .plz send it to my mail id iamvenki@gmail.com

1884


How can we import the data into a database using sql * loader?

673


How to move the one file from one instance to another instance? And your scripts also?

605