Browsed by
Category: APPS

Java Concurrent Program with Parameters in Oracle Apps R12

Java Concurrent Program with Parameters in Oracle Apps R12

We have seen how to create Java concurrent program in Oracle Apps R12. In this article, we will see how to Java concurrent program with Parameters and how to some of the global apps columns/fields like RequestId, UserId and etc. While submitting Java concurrent program we will pass some parameters and those parameters we will retrieve in the Java program. Create Java Concurrent Program with Parameters Let’s create a concurrent program with 3 different parameters. Note: we use the same…

Read More Read More

Java Concurrent Program in Oracle Apps R12

Java Concurrent Program in Oracle Apps R12

We will explore Java Concurrent Program in Oracle Apps R12. We can do a lot of things with Java and lots of coding and sample scenarios are available on Google. If we want to use those kinds of java programming, we can use OAF or we can use the Java Concurrent Program in Oracle Apps. Let’s assume if you want to read the excel file(with multiple sheets) and store the data into Oracle custom tables. In Java, we can achieve…

Read More Read More

Submitting XML Concurrent Program from Backend(PLSQL)

Submitting XML Concurrent Program from Backend(PLSQL)

Here we talk about how to submit the XML based concurrent program from backend using PLSQL. In order to submit the XML concurrent program in R12 and above, we have to follow the below steps. 1. Assign an operating unit value(optional) 2. Initialize the session variables 3. Add the XML template using Oracle standard API 4. Submit the concurrent program using Oracle standard API Assign an operating unit value: Sometimes in Oracle Apps R12 onwards, if we enable to multi-org…

Read More Read More

Business Events in Oracle EBS

Business Events in Oracle EBS

This article explains what is a business event in Oracle EBS and how do we run/execute business events with custom code. Sometimes we might fall into a situation where we have to apply some custom logic as soon as some action is performed in Oracle EBS. Generally, we will go with the solution as Oracle Trigger or Oracle Alert apart from these two we have business events in Oracle EBS. These are Oracle predefined business events and we have to…

Read More Read More