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

OracleArea51 Blog

A short description about your blog
Oct 07
2009
Reetesh

Disable all OAF personalizations on eBS

Posted by Reetesh in Untagged 

User Rating:  / 0
I was having one requirement in that I need to disable all the personalizations done on Oracle Apps OAF Pages. For this I found very simple solution that makes use of Profile Option Disable Self-service Personal, Just set this profile to "Yes" and it will disable all the personalization on Oracle Apps OAF Pages.
User Rating:  / 0
I was having a small requirement to disable all the personalizations done on eBusiness suite on OAF pages, this problem is having very simple and sweet solution and that is using Profile.
Oct 05
2009
Reetesh

HGrid: An Introduction

Posted by Reetesh in Untagged 

User Rating:  / 0

HGrid or Hierarichal Grid is most complex bean available in OAF which is used to represent hierarichal data along with details at every node.

Sep 08
2009
Reetesh

LOV Events in OAF

Posted by Reetesh in Untagged 

User Rating:  / 0

There are some scenarios where we need to take some action on the basis of LOV, LOV fires three events:
1) lovUpdate : when user selects a value from lov.
2) lovValidate: when user enters a valid value in the lov input and tabs out then lov doesn't get pop-up.
In this case lovValidate event is fired.
3) lovPrepare: when user clicks on torch icon: "lovPrepare" event is fired.

Sep 08
2009
Reetesh

Concurrent Processing: Request Submission

Posted by Reetesh in Untagged 

User Rating:  / 0

OA Framework provides the ConcurrentRequest class to call the concurrent program from the page, it resembles with its counterpart FND_REQUEST.SUBMIT_REQUEST in PL/SQL.
The submitRequest() method in the ConcurrentRequest class takes 6 parameters and returns request id of the submitted concurrent request, every thing is same as fnd_request.submit_request the only difference is in mechanism to pass Concurrent Program specific Parameters, in PL/SQL we used argument1 to 100 here we are using vector:

Aug 27
2009
Reetesh

Oracle Style Master Detail Page Using AS and VL

Posted by Reetesh in Untagged 

User Rating:  / 0
In this article we will see the steps required to create Oracle Style Master Detail Page. On Master Detail Page already two articles are there one is by Arthi and second one by me.
User Rating:  / 0

This is a kind of Master Detail Page which displays Details in Hide Show Region but for this we need not to create any Hide Show Region.

Aug 10
2009
Reetesh

CSS Classes

Posted by Reetesh in Untagged 

User Rating:  / 0

Sometimes we need to control the Visual Properties like font size, color etc, then we used to set property manually either through code or by creating our own custom classes.

Jul 30
2009
Reetesh

Custom.pll at a glance

Posted by Reetesh in Untagged 

User Rating:  / 0
Custom Libraray(custom.pll) allows to extend/customize Oracle Applications form(Oracle Form) without changing or modifying Oracle Applications code. Examples may include enforcing new business rule, opening form using zoom, there can be alist of examples. Most of the things we can do using custom.pll, we can achieve that using Forms Personalization. Since Custom.pll takes the full advantage of PL/SQL so it is having an edge over Forms Personalization for complex customizations.
Jul 30
2009
Reetesh

How To Match Invoices to Purchase Orders

Posted by Reetesh in Untagged 

User Rating:  / 0

Oracle Payables shares purchase order information from purchasing module which enables online matching with invoices. Invoiced or billed items are matched to the original purchase orders to ensure that we’ll pay only for the goods or services we ordered and/or received. If we are billed for an item over the amount and quantity tolerances we defined in the Invoice Tolerance window, during Approval, Oracle Payables applies a hold to the invoice, which prevents payment.

Advertisements