Tuesday, June 14, 2011

How to Add Third Party Web Page Link to Oracle Application Web Page

Oracle e-Business Suite may require to integrate with third party/custom tool/software to augments the investment in Oracle e-Business Suite and to meet the business requirements.There are large number of third party tool/software available in the market that can be integrate with e-business Suite (for example Org-Plus).


Here we will discuss about how can we provide a hyper-link to oracle application web page through which we can navigate to third party web-page/or any custom created jsp page.

Basic Requirement
We need to provide a hyper-link to "My Employee Information" page so that we can directly access the third party web page via the hyper-link.
The third party sample URL is :-
https://cust-devenv.Client.local/OPE/Access.aspx?user=<Username> 

cid=<EmployeeNumber>&rid=<RoleName>&status=valid 
Here <Username>,<EmployeeNumber> => needs to be taken from the person who has logged in the system
             <RoleName> => Role Name will be based on the responsibility
                                 through which Third Party page will be accessed. 
                                For Manager Self  Service  Role Name is "XX_Manager".




To read the full document go to Shareapps4u

Saturday, June 4, 2011

Problem With XML Parsing

XML stands for Extensible Markup Language.XML was designed to carry data not to display data.XML was designed to transport and store data, with focus on what data is.
An XML Parser is a parser that is designed to read XML and create a way for programs to use XML. There are different types, and each has its advantages.
The different types of parsers are:- a) SAX b) DOM c) PULL

To read the full document go to Shareapps4u