Soap UI tool is used for testing the web service. It can be downloaded from the below link:
Below are the steps for testing the Web Service using Soap UI tool:
Soap UI tool is used for testing the web service. It can be downloaded from the below link:
Below are the steps for testing the Web Service using Soap UI tool:
Sometimes you have to show all the error messages at one shot,instead of showing the error messages one by one. In that case, we have to use bundled exception to show multiple error message. Below are the steps:
Posted by Sudhakar Mani in soa suite, soa, oracle apps, oracle, oaf, oa framework, fusion, esb, ebusiness suite, ebs
HGrid is nothing but a Hierarchical Grid in OA Framework.It is a combination of Tree and the Table Grid.It is usually used for displaying hierarchical data in a Table.
There are two ways to build a HGrid with DML Operations.
1) Traditional Web Method where you can display the data on the Hgrid.For Create and Update,you need to navigate to a different Page.
Most of the validations in Oracle Property Manager happens through lookups.Below is the list of lookups available in PM.
Having worked on Oracle Property Manager for last 5 years,I would like to share my experience on Oracle Property Manager with the world.
Introduction:
Oracle Property Manager is the Property Management solution from Oracle for the Retail and Real Estate clients.It was introduced back in 1998 as part of the Oracle EBS,it has travelled a very short distance interms of maturity.This is mainly because the number of Clients are less compared to some of the modules of Oracle EBS.Oracle Property Manager is a lease based system and has tight integration with AP,AR and GL
Incorporating Serial Number
In RTF template layout, for generating a serial number sequentially, you can follow the steps given below:
It is little weird that I couldn't find any documentation related to creating a OAFormValueBean programatically.I had the issue in my current project where we need to create the form value item programatically(Dynamically).Here is the code snippet for the same.
There was a requirement with one of my client to open an OAF page from workflow email notification. In R12 below error will occur if you try to open an OAF Page URL link directly.
You are trying to access a page that is no longer active.
- The referring page may have come from a previous session. Please select Home to Proceed.
Note: When you call a standard page this error won't appear. This happens only when you try to open a custom page.