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
can we get profile values in report without using user exists is it possible how?
What is sca and how is it useful?
Do you know where we can check the status of po?
In hierarchical structure of a database? we have write query from where we should start?
How can a process be deployed in soa?
How is choreography different from orchestration?
What do you understand by concurrent programs?
what is the differences between internal requisition and internal sales order?
Is soa a part of oracle fusion middleware?
What do you understand by a set of books?
how can develope the po variance and po summary report? with tables mandatory columns and query please?
how do you describe O2C along with tables
What do you understand by soa and what are the benefits of using this architecture?
Do you know what is applysys in oracle application database schema, what is apps?
What is a value set? List its various types.