Archive for Oracle E-Business Suite

myWebCam (Beta)

Oracle E-Business SuitePublished August 20, 2010 at 1:41 pm No Comments

Facebook, Twitter, LinkedIn, Digg, YouTube, Flicker and Google API and .NET libraries

Oracle E-Business SuitePublished August 6, 2010 at 9:42 pm No Comments

Facebook, Twitter, LinkedIn, Digg, YouTube, Flicker, Orkut..etc are the most popular in the Web. Now these are becoming a part of website and web application. These provide API to use the service in your web app. Here is the links of API and sample wrapper for .NET developer.

Tele2 start kabeloorlog met losse flodders (bron: TotaalTV)

Oracle E-Business SuitePublished July 30, 2010 at 1:02 pm No Comments

(bron: TotaalTV)
Tele2 start kabeloorlog met losse flodders
Het enige doel dat Tele2 had met de lancering van analoge televisie via de kabelnetwerken van Ziggo en UPC zou het starten met een kabeloorlog zijn. Günther Vogelpoel, directeur consumentenzaken bij Tele2, was hier in een landelijke krant heel stellig in. Maar is de kabeloorlog nu al gestart?
Het afgelopen
read more..

Boxing and UnBoxing, the .NET way

Oracle E-Business SuitePublished July 25, 2010 at 8:10 pm No Comments

In this article I will explain the concepts of Boxing and UnBoxing. C# provides us with Value types and Reference Types. Value Types are stored on the stack and Reference types are stored on the heap. The conversion of value type to reference type is known as boxing and converting reference type back to the
read more..

Application Management Pack and Application Change Management Pack 3.1 Now Available

Oracle E-Business SuitePublished June 17, 2010 at 12:45 pm No Comments

a new version of of Application Management Pack 3.1 and Application Change Management Pack 3.1 for Oracle E-Business Suite had been released earlier this year.
Application Management Pack (AMP) and Application Change Management Pack (ACMP) extend Oracle Enterprise Manager Grid Control 10g to monitor and manage Oracle E-Business Suite components and the changes the system
read more..

EBS 12.1.1 Test Starter Kit now Available for Oracle Application Testing Suite

Oracle E-Business SuitePublished June 17, 2010 at 12:38 pm No Comments

Ever discussed automated testing tools for the E-Business Suite several times on this blog, since testing is such a key part of everyone’s implementation lifecycle. An important part of our testing arsenal in E-Business Suite Development is the Oracle Application Testing Suite. The Oracle Application Testing Suite (OATS) is built on the foundation
read more..

Use the functional administrator responsibility for clearing application cache

Oracle E-Business SuitePublished June 17, 2010 at 12:34 pm No Comments

Every needed a memory cleanup but no sysadmin or dba available or willing . You can do it through the application
1- Navigate to Functional Administrator Responsibility
2- Choose the “ Core Services” Tab
3- Choose “Caching Framework”
4- Click on “Global Configuration”
5- Click on “Clear All Cache”
6- The Click on yes on the display which will appear.

Change Sysadmin Password from backend

Oracle E-Business SuitePublished June 3, 2010 at 12:22 am No Comments

As you very much aware that you can change SYSADMIN password using FNDCPASS utility
FNDCPASS apps/appspwd 0 Y system/manager USER SYSADMIN sysadminpwd
Here I am giving another way to change the SYSADMIN password and Application User Login passwords using fnd_user_pkg from backend. Here is the procedure
sql> declare
var_l boolean;
begin
var_l=fnd_user_pkg.change_password(’sysadmin’,’sysadminpwd’);
end;
sql> PL/SQL Procedure Successfully Compiled.
You can verify from backend that
read more..

Display Oracle background processes in Windows

Oracle E-Business SuitePublished June 3, 2010 at 12:20 am No Comments

Question: I knows how to use the “ps -ef” command in UNIX to see my Oracle background processes but I don’t know how to see the background processes in Windows. When I view Oracle processes on Windows, all I see is one background process called oracle.exe. How do you see details on
read more..

De voordelen van Ubunto (dat ik dat ga zeggen :-(

Oracle E-Business Suite Software TechzinePublished June 3, 2010 at 12:15 am No Comments

U heeft misschien nog nooit van Ubuntu gehoord, maar toch is het echt de moeite waard om er iets over te weten te komen. Ubuntu is een besturingssysteem, net zoals Windows 7 of Macintosh. Het is een vorm van Linux. Toch zijn er grote verschillen. Het grootste verschil is dat Ubuntu OpenSource is. dit brengt
read more..