There are 4 main logos screens in the signon process of Rel 11i
Initial Screen (with Jinitiator Download notice)
Splash Screen
FNDSCSGN (Applictaions Signon Screen)
ICXINDEX.htm (Self Service Signon Screen)
Changing the images that appear when signing on to Oracle Applications R11i
is a customization of that form. Applications sign-on form FNDSCSGN contains
a procedure called START_UP that uses a built-in READ_IMAGE_FILE to call the
logo image file from the operating system at the runtime.
The signon Form uses both the JAR files and files stored on the file system.
Applying any patches that modifies JAR files can revert to the default logo and
must be modified each time, and is therefore NOT supported.
However, this may offer some guidelines for how I did it
I. First when you call the dynamic html page from the Rel 11i Portal Page
http://machine_name:port_number/dev60cgi/f60cgi
This logo.gif file can be found and replaced in the directory
$OA_MEDIA/logo.gif
II. Next a Splash screen pops up while the jar files are loading and then goes
away. This screen picture is called splash.gif.
(looks like a purple/blue color and says WEB DEVELOPER and has a hammer)
can be changed in FORMS60/java/oracle/forms/icons/splash.gif
This Web Developer logo appears as a splash screen on Applications 11i Startup.
This is due to the missing Apps logo in 11i. The original fix was to copy the
Appslogo.gif (or your company logo) over the Developer logo
FORMS60/java/oracle/forms/icons/splash.gif .
The new fix (rerelease of 11iRI) is to ADD the Appslogo.gif (or your company logo)
into $FND_TOP/media/splash.gif from where it can be AD copied (or manually
copied) to $JAVA_TOP/oracle/apps/media/
Next, we need to point to it in $OA_HTML/bin/appsweb.cfg by adding the PATH
to the splashScreen= line of appsweb.cfg .
like this....
splashScreen=oracle/apps/media/splash.gif
This will be fixed in the appsweb.cfg of Rapid Installer for 11.5.2 according to BUG
1355330
III. $FNDTOP/media/logo.gif is where you change for the Self Service signon screen
Remember that you will need to bounce the WebDB 2.5 listener once a change is
made.
IV. Changing the actual FNDSCSGN SignOn screen, which is an Oracle Form.
there are two logo/pictures in this window.
The SignOn screen FNDSCSGN references a *.gif file called logo.gif and tries to get
it from the JAR file FNDAOL.jar, if it doesn't find it then it looks for it on the file
system, so you need to replace logo.gif in both places.
Oracle/prodcomn/java/oracle/apps/media/logo.gif
Oracle/prodcomn/java/oracle/apps/media/appslogo.gif
Oracle/prodappl/fnd/11.5.0/java/jar/fndaol.jar
You can use WinZip to open FNDAOL.jar and replace (delete then add) the logo.gif file.
Remember to clear your Client PC's browser cache and delete all the files in jcache
c:\Program Files\oracle\Jinitiator11727\jcache\*.*
to download the new jar files and the changes that you made.
OTHER NOTES ON THIS TOPIC
-------------------------
Note 421636.1 - How to replace the default Oracle Logo with a Customized Logo?