Search Community
Articles
Playlists
Chola - Search - Videos
Chola - Search - Channel
Forums
Attachments

OracleArea51 Blog

Serving Oraclelites Globally ...
User Rating:  / 0

Soap UI tool is used for testing the web service. It can be downloaded from the below link:

http://www.soapui.org/

Below are the steps for testing the Web Service using Soap UI tool:

 

User Rating:  / 0

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:

User Rating:  / 0

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.

Sep 04
2010
Aarthi

Extending the PageLayoutRN of a Page in OAF

Posted by Aarthi in Untagged 

User Rating:  / 0
I had this requirement where I had to use the same page structure but change few things in the page dynamically.I extended the PageLayoutRN of the original page and dynamically created few links and other things that I had to do in that page.

User Rating:  / 0

Most of the validations in Oracle Property Manager happens through lookups.Below is the list of lookups available in PM.

 

User Rating:  / 0

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

User Rating:  / 0

Incorporating Serial Number

In RTF template layout, for generating a serial number sequentially, you can follow the steps given below:

User Rating:  / 0

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.

Mar 28
2010
Sudhakar Mani

OA Framework Book - R12.1.1

Posted by Sudhakar Mani in Untagged 

User Rating:  / 0
Full fledged book on OA Framework is released by Chola Press which covers Java Basics for OA Framework developers, Advanced Table Pages, Google Style Auto suggest LOV ,Standard Pages Extension and OA Framework Interview Questions.
User Rating:  / 0

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.

Advertisements