By neel + August 31st, 2008
Here is a nice article explaining some details about widely anticipated Oracle Fusion Applications. I read this on a blog called ORCLVILLE by Floyd Teter.
For convenience of my readers I am posting the important excerpt of the post below If you want to read the complete post you can click here.
Some observations I made and [...]
By neel + August 29th, 2008
Requirement:
Need to get last 5 characters of a string.
My Thoughts:
Sounds a simple requirement but the place from where I read this requirement had mentions of assigning it to buffer and the finding out the size
When I thought about this requirement the first thing that came to my mind is that it is possible [...]
By neel + August 28th, 2008
Requirement:
Need to send email every 2 hours to Service Request Owner until the status of the SR is not changed.
Please Note:
I am not going to give a step by step solution. I will just discuss the approach and the basic steps that we will need to take. Feel free to let me know your views [...]
By neel + August 27th, 2008
I read an article at computerworld.com today which was discussing oracle strategy for countering SalesForce.com increasing reach in CRM On Demand space. It is always good to remain informed and updated as I read somewhere few days ago
“The day you stop upgrading your skills is the day you have actually started shrinking them”
Also whatever I find useful, [...]
By neel + August 26th, 2008
Here is a piece of code that I had written for a friend.
Requirement:
He needed following information for some list applets in Siebel Application
Display Names of Fields in those list Applets
Data Type of the fields associated with it
Fields have Picklist associated with them or not
Fields have their Runtime Flag checked or not
One way to do was [...]