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
WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?
List the various types of value set.
can we get profile values in report without using user exists is it possible how?
Are you familiar with internet architecture of oracle apps 11i?
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
what is global tempory table?
Is soa a part of oracle fusion middleware?
do you know is it possible to run the interface without using oracle apps?
pls send me out bound code of supplers,site,bankiformation code pls as soon as
what are the different transaction clauses in AR?
Explain what are the tables of auto invoice?
What is a value set? List its various types.
In hierarchical structure of a database? we have write query from where we should start?
What do you understand by soa and what are the benefits of using this architecture?
Explain oracle apps architecture.