Browsed by
Category: Java

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