Browsed by
Category: OAF

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

Oracle JDeveloper Installation – OAF

Oracle JDeveloper Installation – OAF

Installing JDeveloper and Run Hello World page Topics: Download Correct JDeveloper Version Install JDeveloper Setup the Environment Variable Copying JDBC File Start JDeveloper Application, Configure DB connection and Test Sample Application Database is 12c..? May get an error while DB configuration, how to solve. Download Correct JDeveloper Version: Log into oracle support/metalink and search for the document id: Doc ID 416708.1 OA Framework – How to Find the Correct Version of JDeveloper for OA Extensions to Use with E-Business Suite…

Read More Read More