Installing Oracle Applications Release 12 On Windows 2003
Preface: There are many changes in the installation process of Release 12 compared to 11i. I will illustrate here in detail its installation on Windows 2003 environment.
Step I: Partitioning and OS Installation
Pre-requisites:
As before...
My Oracle HRMS Experiences!
Tuesday, July 6, 2010
Wednesday, March 24, 2010
Custom.pll example to make DFF read only
Custom.pll can be used for a wide range of customizations. For example, it can be used to make the DFF read only based on a condition(s). In this example, I will do a customization wherein the Additional Absence Details DFF will be read only for the responsibilities ‘Vision HR Manager' and 'XYZ HR Manager'...
Tuesday, March 23, 2010
Oracle Top Ten List or Top Ten Frequently Used Functions List
One useful feature in Oracle Applications from user’s perspective is the Top Ten List. This is nothing but short cuts to the frequently used functions. A particular function may be available under a menu under a sub menu. Every time the user has to go to that particular function through a series of...
Sunday, March 21, 2010
Place Cursor in a particular field using Form Personalization
By default the cursor position may not be place in a desired field or at times in a field which we don’t use or rarely use. Having the cursor in unwanted field can have problems with data entry or it may slow the data entry field because every time, the users will have to place the cursor in the desired...
Wednesday, March 17, 2010
Batch Element Entry (BEE) in Oracle HRMS / Oracle HCM
One of my friend Kadiresan had a requirement in which he wanted to mass upload the element entry data without using any API or Dataloader. He was exploring the possibility of using Assignment Sets as per one of my previous post. He explored this and found a solution. And as a matter of coincidence,...