Featured

Oracle Self Paced Courses Bundle at $299

Oracle Self Paced Courses Bundle at $299

Based on the popular request from our learners, below is the self paced course bundle offering for you to save money as well as time. It is like learning yesterday, today and tomorrow of Oracle Technologies for an EBS Technical Consultant.

The courses included are OAF + ADF Beginners + Oracle Fusion Tech Cloud and the price is $299

Continue reading
1904 Hits
1 Comment

OAF Self Paced Training

This course is available on the below link now.

 

https://www.adftraining.com/training/self-paced/guruPrograms/3-oa-framework/6-oa-framework-for-beginners

 

Continue reading
5373 Hits
0 Comments

Sending emails from Oracle Apps

Sometimes we may need to send emails to the users after the concurrent program generates the output. Instead of scrambling with PL/SQL it would be easy to send the mail through Shell Script. The script mainly makes use of the "mailx" feature available in Unix/Linux operating systems.

Continue reading
7711 Hits
0 Comments

How to call an OAF page from JavaScript

I had this requirement where I had to pass the url generated in OAF to Java script. In Javascript I have a link, when clicked needs to go back to OAF page. The problem I had was when I pass just "OA.jsp?OAFunc=<functionname> it was throwing me an error.

You are trying to access a page that is no longer active.
- The referring page may have come from a previous session. Please select Home to proceed.

Continue reading
12829 Hits
0 Comments

how to call an external url from Oracle Apps Function

The below code snippet will help you to call an external application like ADF based or any other websites like google from oracle apps.You can register the function to call the external url.I had used this technique 3 years back to integrate an ADF application with oracle R12.

Continue reading
18923 Hits
0 Comments