Apps2Fusion.com

Forum for Oracle eBusiness Suite Topics

Skip to content


Advanced search
  • Board index ‹ Development & Customization in Oracle Apps ‹ OA Framework Extensions and Customizations
  • Change font size
  • Print view
  • FAQ
  • Register
  • Login

What is the unique identifier for an OAF page in Controller

Customizations using Extensions & Personalizations to OAF
``````````````````````

Moderators: kishore.ryali, prabhakar

  • • View active topics
Post a reply
4 posts • Page 1 of 1

What is the unique identifier for an OAF page in Controller

Postby cmalur on Wed Feb 02, 2011 6:40 am

Hi,
What is the unique identifier for an OAF page which can be obtained from the OAPageContext/OAWebBean in the extended controller class?

I checked in my EBS-OAF test instance, the following methods are returning NULL in the extended controller class. Looks like we cannot use those values:
String xPageName = pageContext.getParameter("PAGE");
String xFormName = pageContext.getFormSubmitName();

Please suggest some parameter/attribute which can be got in the controller class and which would be unique for each OAF page.
Thanks,
Chaitanya.
cmalur
 
Posts: 2
Joined: Wed Feb 02, 2011 6:36 am
Top

Re: What is the unique identifier for an OAF page in Controller

Postby cmalur on Thu Feb 17, 2011 5:51 am

We can get the absolute page path which would be unique for an OAF page, this can be used to identify the page uniquely. Use the following code snippet to get this value:

OAAboutUtils.getDocPath(pageContext, pageContext.getCurrentUrlForRedirect());

This value can be seen on the UI by clicking "About this page" link on any OAF page.
cmalur
 
Posts: 2
Joined: Wed Feb 02, 2011 6:36 am
Top

Calling PL/SQL in OAF page

Postby kalyani1711 on Thu Feb 17, 2011 9:00 am

Hi ,

I am very new to OAF.
In OAF page we are updating a field by calling a pl/sql package. I want to know from where the pl/sql package is been called?
from Controller or From AM etc., Please help me I am having a issue on this.

Thanks In Advance
Kalyani.
kalyani1711
Beginner
 
Posts: 10
Joined: Tue Dec 09, 2008 2:08 pm
Top

Re: What is the unique identifier for an OAF page in Controller

Postby malarselvammca on Tue Mar 08, 2011 8:53 am

Just do debugging. OR Just put some Print Statements before calling the Package and after calling the Package.
Regards.
Malar.
malarselvammca
Beginner
 
Posts: 22
Joined: Wed Oct 29, 2008 2:33 pm
Top


Post a reply
4 posts • Page 1 of 1

Return to OA Framework Extensions and Customizations

Who is online

Users browsing this forum: No registered users and 0 guests

  • Board index
  • The team • Delete all board cookies • All times are UTC [ DST ]
Powered by Focus Thread Limited © 2000, 2002, 2005, 2007