How to modify the Oracle EBS Home
The following translation from the third part of the Note 741459.1:
Company logo changes
First, through the "Corporate Branding Image for Oracle Applications" to control all of the top of the page profile of the "ORACLE" picture logo, if the profile is empty, then the system will default to $ OA_MEDIA / FNDSSCORP.gif pictures.
If you change the value of this profiel set a good image for your own name, then in addition to the login page, all the top of the page logo image will be used to customize the profile picture. But the login page's images "FNDSSCORP.gif" document written in MainLoginPG.xml dead, therefore not subject to the impact profile.
As a result, want to change the logo, login page, the simplest way is to:
- To rename the files and backup FNDSSCORP.gif
- After editing your company logo saved as a file and upload it to the corresponding FNDSSCORP.gif directory
- Log in again from the EBS
- You will see the page in all OA's logo changes
If you just want to modify the login page of the log, then the only way is to edit the following file (which means Oracle will not support) $ FND_TOP / mds / sso / login / webui / MainLoginPG.xml
In the file, locate the following line:
<oa:image id="corporateBrandingImage" source="/OA_MEDIA/FNDSSCORP.gif" />
Be amended to read:
<Oa: image id = "corporateBrandingImage" source = "/ OA_MEDIA / <your file name>" />
(Note <your file name> is the actual picture of your company logo, name, file name need to upload the picture to the corresponding directory)
After modification, I remember XMLImporter Tool by the modified xml file into the MDS database (specifically, please refer to Note 344204.1 operation command
First, through the "Corporate Branding Image for Oracle Applications" to control all of the top of the page profile of the "ORACLE" picture logo, if the profile is empty, then the system will default to $ OA_MEDIA / FNDSSCORP.gif pictures.
If you change the value of this profiel set a good image for your own name, then in addition to the login page, all the top of the page logo image will be used to customize the profile picture. But the login page's images "FNDSSCORP.gif" document written in MainLoginPG.xml dead, therefore not subject to the impact profile.
As a result, want to change the logo, login page, the simplest way is to:
- To rename the files and backup FNDSSCORP.gif
- After editing your company logo saved as a file and upload it to the corresponding FNDSSCORP.gif directory
- Log in again from the EBS
- You will see the page in all OA's logo changes
If you just want to modify the login page of the log, then the only way is to edit the following file (which means Oracle will not support) $ FND_TOP / mds / sso / login / webui / MainLoginPG.xml
In the file, locate the following line:
<oa:image id="corporateBrandingImage" source="/OA_MEDIA/FNDSSCORP.gif" />
Be amended to read:
<Oa: image id = "corporateBrandingImage" source = "/ OA_MEDIA / <your file name>" />
(Note <your file name> is the actual picture of your company logo, name, file name need to upload the picture to the corresponding directory)
After modification, I remember XMLImporter Tool by the modified xml file into the MDS database (specifically, please refer to Note 344204.1 operation command
No comments:
Post a Comment